Backport #25461 by @wxiaoguang Close #25127 ![image](https://github.com/go-gitea/gitea/assets/2114189/7d6be811-8e4a-4982-a5e4-857d171758d4) Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
parent
ec539b7a77
commit
2e64449de7
2 changed files with 1 additions and 2 deletions
|
@ -167,7 +167,7 @@ func AsCommentType(typeName string) CommentType {
|
||||||
|
|
||||||
func (t CommentType) HasContentSupport() bool {
|
func (t CommentType) HasContentSupport() bool {
|
||||||
switch t {
|
switch t {
|
||||||
case CommentTypeComment, CommentTypeCode, CommentTypeReview:
|
case CommentTypeComment, CommentTypeCode, CommentTypeReview, CommentTypeDismissReview:
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
return false
|
return false
|
||||||
|
|
|
@ -767,7 +767,6 @@
|
||||||
<img src="{{.Poster.AvatarLink $.Context}}" width="40" height="40">
|
<img src="{{.Poster.AvatarLink $.Context}}" width="40" height="40">
|
||||||
</a>
|
</a>
|
||||||
<span class="badge grey">{{svg "octicon-x" 16}}</span>
|
<span class="badge grey">{{svg "octicon-x" 16}}</span>
|
||||||
{{template "shared/user/avatarlink" dict "Context" $.Context "user" .Poster}}
|
|
||||||
<span class="text grey muted-links">
|
<span class="text grey muted-links">
|
||||||
{{template "shared/user/authorlink" .Poster}}
|
{{template "shared/user/authorlink" .Poster}}
|
||||||
{{$reviewerName := ""}}
|
{{$reviewerName := ""}}
|
||||||
|
|
Loading…
Reference in a new issue