fix committer has author avatar issue
This commit is contained in:
parent
0b658dab73
commit
621b5750f0
|
@ -13,7 +13,7 @@ Controller = Ember.ObjectController.extend(GithubUrlProperties,
|
|||
).property('build.state')
|
||||
|
||||
urlAuthorGravatarImage: (->
|
||||
gravatarImage(@get('build.commit.authorEmail'), 40)
|
||||
gravatarImage(@get('build.commit.committerEmail'), 40)
|
||||
).property('build.commit.authorEmail')
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user