aboutsummaryrefslogtreecommitdiffstats
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 28547f1aff..192291275f 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}}">
+ {{avatar .Owner}}
<div class="link">
<a href="{{AppSubUrl}}/{{.Owner.Name}}">{{.Owner.Name}}</a>
/