Merge pull request #79 from mrshu/master
Updated links to GitHub hooks page
This commit is contained in:
commit
d37da09502
|
@ -30,7 +30,7 @@
|
||||||
"http://github.com/#{slug}/network"
|
"http://github.com/#{slug}/network"
|
||||||
|
|
||||||
githubAdmin: (slug) ->
|
githubAdmin: (slug) ->
|
||||||
"http://github.com/#{slug}/admin/hooks#travis_minibucket"
|
"http://github.com/#{slug}/settings/hooks#travis_minibucket"
|
||||||
|
|
||||||
statusImage: (slug, branch) ->
|
statusImage: (slug, branch) ->
|
||||||
"#{location.protocol}//#{location.host}/#{slug}.png" + if branch then "?branch=#{branch}" else ''
|
"#{location.protocol}//#{location.host}/#{slug}.png" + if branch then "?branch=#{branch}" else ''
|
||||||
|
|
|
@ -19,7 +19,7 @@ require 'travis/model'
|
||||||
).property()
|
).property()
|
||||||
|
|
||||||
urlGithubAdmin: (->
|
urlGithubAdmin: (->
|
||||||
"http://github.com/#{@get('slug')}/admin/hooks#travis_minibucket"
|
"http://github.com/#{@get('slug')}/settings/hooks#travis_minibucket"
|
||||||
).property()
|
).property()
|
||||||
|
|
||||||
toggle: ->
|
toggle: ->
|
||||||
|
|
Loading…
Reference in New Issue
Block a user