Skip to content

Commit 1b07db7

Browse files
a1012112796lafriks
andauthored
Show stale label for stale code comment which is marked as resolved (#13213)
Signed-off-by: a1012112796 <[email protected]> Co-authored-by: Lauris BH <[email protected]>
1 parent 2f1353a commit 1b07db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/issue/view_content/comments.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@
459459
</button>
460460
{{end}}
461461
<a href="{{(index $comms 0).CodeCommentURL}}" class="file-comment">{{$filename}}</a>
462-
{{if and $invalid (not $resolved)}}
462+
{{if $invalid }}
463463
<span class="tag">
464464
{{$.i18n.Tr "repo.issues.review.outdated"}}
465465
</span>

0 commit comments

Comments
 (0)