File tree 2 files changed +1
-2
lines changed
templates/repo/issue/view_content
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ func AsCommentType(typeName string) CommentType {
167
167
168
168
func (t CommentType ) HasContentSupport () bool {
169
169
switch t {
170
- case CommentTypeComment , CommentTypeCode , CommentTypeReview :
170
+ case CommentTypeComment , CommentTypeCode , CommentTypeReview , CommentTypeDismissReview :
171
171
return true
172
172
}
173
173
return false
Original file line number Diff line number Diff line change 767
767
<img src="{{.Poster.AvatarLink $.Context}}" width="40" height="40">
768
768
</a>
769
769
<span class="badge grey">{{svg "octicon-x" 16}}</span>
770
- {{template "shared/user/avatarlink" dict "Context" $.Context "user" .Poster}}
771
770
<span class="text grey muted-links">
772
771
{{template "shared/user/authorlink" .Poster}}
773
772
{{$reviewerName := ""}}
You can’t perform that action at this time.
0 commit comments