We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff1bccf commit 3c75820Copy full SHA for 3c75820
templates/repo/issue/view_content/comments.tmpl
@@ -44,7 +44,7 @@
44
</div>
45
<div class="comment-header-right actions df ac">
46
{{if not $.Repository.IsArchived}}
47
- {{if or (and (eq .PosterID .Issue.PosterID) (eq .Issue.OriginalAuthorID 0)) (eq .Issue.OriginalAuthorID .OriginalAuthorID) }}
+ {{if or (and (eq .PosterID .Issue.PosterID) (eq .Issue.OriginalAuthorID 0)) (and (eq .Issue.OriginalAuthorID .OriginalAuthorID) (not (eq .OriginalAuthorID 0))) }}
48
<div class="ui basic label">
49
{{$.i18n.Tr "repo.issues.poster"}}
50
0 commit comments