aboutsummaryrefslogtreecommitdiff
path: root/templates/repo/forks.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/repo/forks.tmpl')
-rw-r--r--templates/repo/forks.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/forks.tmpl b/templates/repo/forks.tmpl
index e8b57e1a..461ac89c 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.AvatarLink}}">
+ <img class="ui avatar image" src="{{.Owner.RelAvatarLink}}">
<div class="link">
<a href="{{AppSubUrl}}/{{.Owner.Name}}">{{.Owner.Name}}</a>
/