use current host for status images
This commit is contained in:
parent
7759061d4e
commit
b16f9281c4
|
@ -33,7 +33,7 @@
|
||||||
"http://github.com/#{slug}/admin/hooks#travis_minibucket"
|
"http://github.com/#{slug}/admin/hooks#travis_minibucket"
|
||||||
|
|
||||||
statusImage: (slug, branch) ->
|
statusImage: (slug, branch) ->
|
||||||
"https://secure.travis-ci.org/#{slug}.png" + if branch then "?branch=#{branch}" else ''
|
"#{location.protocol}//#{location.host}/#{slug}.png" + if branch then "?branch=#{branch}" else ''
|
||||||
|
|
||||||
email: (email) ->
|
email: (email) ->
|
||||||
"mailto:#{email}"
|
"mailto:#{email}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user