forked from forgejo/forgejo
Better styling for code review comment form (#11413)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
parent
db87e91227
commit
c483419184
3 changed files with 8 additions and 5 deletions
|
@ -28,8 +28,7 @@
|
|||
{{$isNotPending := (not (eq (index $line.Comments 0).Review.Type 0))}}
|
||||
<tr>
|
||||
<td colspan="2" class="lines-num"></td>
|
||||
<td class="lines-type-marker"></td>
|
||||
<td class="add-comment-left add-comment-right">
|
||||
<td class="add-comment-left add-comment-right" colspan="2">
|
||||
{{if $resolved}}
|
||||
<div class = "ui attached header">
|
||||
<span class="ui grey text left"><b>{{$resolveDoer.Name}}</b> {{$.root.i18n.Tr "repo.issues.review.resolved_by"}}</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue