]> source.dussan.org Git - gitea.git/commitdiff
Use RelAvatarLink() in GetActAvatar() (#2800)
authorcstyles <collingstyles@gmail.com>
Tue, 31 Oct 2017 08:08:23 +0000 (01:08 -0700)
committerLunny Xiao <xiaolunwen@gmail.com>
Tue, 31 Oct 2017 08:08:23 +0000 (16:08 +0800)
models/action.go

index 81174d112f42c014f1949702efb52a7b710c9ce6..ead34dbac2d810cb8add6d82f078846932a54ab6 100644 (file)
@@ -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.