diff options
author | Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> | 2020-05-16 00:54:18 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-15 18:54:18 -0400 |
commit | c483419184b3f04483dc727de93b0ef4b46af9fb (patch) | |
tree | 4a6717382ef4da66d4dcd82a74ce96a130296de7 /templates/repo/diff/section_unified.tmpl | |
parent | db87e91227d471b516d0c6b0423539ff54833f92 (diff) | |
download | gitea-c483419184b3f04483dc727de93b0ef4b46af9fb.tar.gz gitea-c483419184b3f04483dc727de93b0ef4b46af9fb.zip |
Better styling for code review comment form (#11413)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'templates/repo/diff/section_unified.tmpl')
-rw-r--r-- | templates/repo/diff/section_unified.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/repo/diff/section_unified.tmpl b/templates/repo/diff/section_unified.tmpl index 4c23c159a2..707822e452 100644 --- a/templates/repo/diff/section_unified.tmpl +++ b/templates/repo/diff/section_unified.tmpl @@ -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> |