summaryrefslogtreecommitdiffstats
path: root/models/action.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/action.go')
-rw-r--r--models/action.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/action.go b/models/action.go
index 81174d112f..ead34dbac2 100644
--- a/models/action.go
+++ b/models/action.go
@@ -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.