diff options
Diffstat (limited to 'templates/repo/forks.tmpl')
-rw-r--r-- | templates/repo/forks.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/forks.tmpl b/templates/repo/forks.tmpl index 17c7087d..6a6ec337 100644 --- a/templates/repo/forks.tmpl +++ b/templates/repo/forks.tmpl @@ -8,7 +8,7 @@ <div class="ui list"> {{range .Forks}} <div class="item"> - <img class="ui avatar image" src="{{.Owner.RelAvatarLink}}"> + <img class="ui avatar image" src="{{.Owner.AvatarURLPath}}"> <div class="link"> <a href="{{AppSubURL}}/{{.Owner.Name}}">{{.Owner.Name}}</a> / |