diff options
author | Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> | 2020-05-24 22:26:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-24 16:26:03 -0400 |
commit | 39b792f42498cb43e2f7fd4faced08bc90a93489 (patch) | |
tree | ef8f0ca67206995d7c48d84a3f8aa27e2a48a45e | |
parent | 7305b555d355f9443f73e03995159b5c190e376b (diff) | |
download | gitea-39b792f42498cb43e2f7fd4faced08bc90a93489.tar.gz gitea-39b792f42498cb43e2f7fd4faced08bc90a93489.zip |
Do not show avatar for "{{user}} added X commits" (#11591)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
-rw-r--r-- | templates/repo/issue/view_content/comments.tmpl | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/repo/issue/view_content/comments.tmpl b/templates/repo/issue/view_content/comments.tmpl index 78e38e4ca2..fcec8f6bae 100644 --- a/templates/repo/issue/view_content/comments.tmpl +++ b/templates/repo/issue/view_content/comments.tmpl @@ -598,9 +598,6 @@ {{else if and (eq .Type 29) (or (gt .CommitsNum 0) .IsForcePush)}} <div class="timeline-item event" id="{{.HashTag}}"> <span class="badge">{{svg "octicon-repo-force-push" 16}}</span> - <a class="ui avatar image" href="{{.Poster.HomeLink}}"> - <img src="{{.Poster.RelAvatarLink}}"> - </a> <span class="text grey"> <a class="author" href="{{.Poster.HomeLink}}">{{.Poster.GetDisplayName}}</a> {{ if .IsForcePush }} |