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 e3c4492 commit 3231b70Copy full SHA for 3231b70
templates/repo/issue/view_content/comments.tmpl
@@ -29,7 +29,7 @@
29
</div>
30
<div class="header-right actions df ac">
31
{{if not $.Repository.IsArchived}}
32
- {{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))) }}
33
<div class="item tag">
34
{{$.i18n.Tr "repo.issues.poster"}}
35
0 commit comments