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"
|
||||
|
||||
githubAdmin: (slug) ->
|
||||
"http://github.com/#{slug}/admin/hooks#travis_minibucket"
|
||||
"http://github.com/#{slug}/settings/hooks#travis_minibucket"
|
||||
|
||||
statusImage: (slug, branch) ->
|
||||
"#{location.protocol}//#{location.host}/#{slug}.png" + if branch then "?branch=#{branch}" else ''
|
||||
|
|
|
@ -19,7 +19,7 @@ require 'travis/model'
|
|||
).property()
|
||||
|
||||
urlGithubAdmin: (->
|
||||
"http://github.com/#{@get('slug')}/admin/hooks#travis_minibucket"
|
||||
"http://github.com/#{@get('slug')}/settings/hooks#travis_minibucket"
|
||||
).property()
|
||||
|
||||
toggle: ->
|
||||
|
|
Loading…
Reference in New Issue
Block a user