more hardcoded github.com urls

This commit is contained in:
Sven Fuchs 2013-09-08 23:56:56 +02:00
parent 8b1dfd67f9
commit 2aba520512
4 changed files with 6 additions and 6 deletions

View File

@ -86,12 +86,12 @@ require 'config/emoij'
_githubReferenceLink: (reference, current, matched) ->
owner = matched.owner || current.owner
repo = matched.repo || current.repo
"<a href=\"https://github.com/#{owner}/#{repo}/issues/#{matched.number}\">#{reference}</a>"
"<a href=\"#{Travis.config.source_endpoint}/#{owner}/#{repo}/issues/#{matched.number}\">#{reference}</a>"
_githubUserRegexp: new RegExp("\\B@([\\w-]+)", 'g')
_githubUserLink: (reference, username) ->
"<a href=\"https://github.com/#{username}\">#{reference}</a>"
"<a href=\"#{Travis.config.source_endpoint}/#{username}\">#{reference}</a>"
_githubCommitReferenceRegexp: new RegExp("([\\w-]+)?\\/([\\w-]+)?@([0-9A-Fa-f]+)", 'g')

View File

@ -7,7 +7,7 @@ require 'travis/model'
_reposCount: Ember.attr(Number, key: 'repos_count')
urlGithub: (->
"https://github.com/#{@get('login')}"
"#{Travis.config.source_endpoint}/#{@get('login')}"
).property()
# TODO: maybe it would be good to add a "default" value for Ember.attr

View File

@ -16,11 +16,11 @@ require 'travis/model'
).property('ownerName', 'name')
urlGithub: (->
"https://github.com/#{@get('slug')}"
"#{Travis.config.source_endpoint}/#{@get('slug')}"
).property()
urlGithubAdmin: (->
"https://github.com/#{@get('slug')}/settings/hooks#travis_minibucket"
"#{Travis.config.source_endpoint}/#{@get('slug')}/settings/hooks#travis_minibucket"
).property()
toggle: ->

View File

@ -26,7 +26,7 @@ require 'travis/model'
).observes('isSyncing')
urlGithub: (->
"https://github.com/#{@get('login')}"
"#{Travis.config.source_endpoint}/#{@get('login')}"
).property()
_rawPermissions: (->