diff --git a/assets/scripts/app/helpers/urls.coffee b/assets/scripts/app/helpers/urls.coffee index 17b75597..06dde98a 100644 --- a/assets/scripts/app/helpers/urls.coffee +++ b/assets/scripts/app/helpers/urls.coffee @@ -21,7 +21,7 @@ "https://github.com/#{slug}/settings/hooks#travis_minibucket" statusImage: (slug, branch) -> - "#{location.protocol}//#{location.host}/#{slug}.png" + if branch then "?branch=#{branch}" else '' + "#{location.protocol}//#{location.host}/#{slug}.svg" + if branch then "?branch=#{branch}" else '' email: (email) -> "mailto:#{email}"