Skip to content

Commit

Permalink
Use RelAvatarLink() in GetActAvatar() (#2800)
Browse files Browse the repository at this point in the history
  • Loading branch information
cstyles authored and lunny committed Oct 31, 2017
1 parent 82fc50f commit b0b24a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/action.go
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ func (a *Action) ShortActUserName() string {
// GetActAvatar the action's user's avatar link
func (a *Action) GetActAvatar() string {
a.loadActUser()
return a.ActUser.AvatarLink()
return a.ActUser.RelAvatarLink()
}

// GetRepoUserName returns the name of the action repository owner.
Expand Down

0 comments on commit b0b24a2

Please sign in to comment.