Remove urlAuthor and urlCommitter fields
No longer in views, so no need to keep these.
This commit is contained in:
parent
80510badff
commit
4d83e1a4cb
|
@ -15,11 +15,3 @@ Travis.BuildController = Ember.Controller.extend
|
||||||
urlGithubCommit: (->
|
urlGithubCommit: (->
|
||||||
Travis.Urls.githubCommit(@get('repo.slug'), @get('commit.sha'))
|
Travis.Urls.githubCommit(@get('repo.slug'), @get('commit.sha'))
|
||||||
).property('repo.slug', 'commit.sha')
|
).property('repo.slug', 'commit.sha')
|
||||||
|
|
||||||
urlAuthor: (->
|
|
||||||
Travis.Urls.email(@get('commit.authorEmail'))
|
|
||||||
).property('commit.authorEmail')
|
|
||||||
|
|
||||||
urlCommitter: (->
|
|
||||||
Travis.Urls.email(@get('commit.committerEmail'))
|
|
||||||
).property('commit.committerEmail')
|
|
||||||
|
|
|
@ -13,11 +13,3 @@ Travis.JobController = Em.Controller.extend
|
||||||
urlGithubCommit: (->
|
urlGithubCommit: (->
|
||||||
Travis.Urls.githubCommit(@get('repo.slug'), @get('commit.sha'))
|
Travis.Urls.githubCommit(@get('repo.slug'), @get('commit.sha'))
|
||||||
).property('repo.slug', 'commit.sha')
|
).property('repo.slug', 'commit.sha')
|
||||||
|
|
||||||
urlAuthor: (->
|
|
||||||
Travis.Urls.email(@get('commit.authorEmail'))
|
|
||||||
).property('commit.authorEmail')
|
|
||||||
|
|
||||||
urlCommitter: (->
|
|
||||||
Travis.Urls.email(@get('commit.committerEmail'))
|
|
||||||
).property('commit.committerEmail')
|
|
||||||
|
|
|
@ -29,11 +29,3 @@ Travis.reopen
|
||||||
urlGithubCommit: (->
|
urlGithubCommit: (->
|
||||||
Travis.Urls.githubCommit(@get('repo.slug'), @get('commit.sha'))
|
Travis.Urls.githubCommit(@get('repo.slug'), @get('commit.sha'))
|
||||||
).property('repo.slug', 'commit.sha')
|
).property('repo.slug', 'commit.sha')
|
||||||
|
|
||||||
urlAuthor: (->
|
|
||||||
Travis.Urls.email(@get('commit.authorEmail'))
|
|
||||||
).property('commit.authorEmail')
|
|
||||||
|
|
||||||
urlCommitter: (->
|
|
||||||
Travis.Urls.email(@get('commit.committerEmail'))
|
|
||||||
).property('commit.committerEmail')
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user