|
101 | 101 | <td class="lines-num"></td> |
102 | 102 | <td class="lines-escape"></td> |
103 | 103 | <td class="lines-type-marker"></td> |
104 | | -<td class="add-comment-left"> |
| 104 | +<td class="add-comment-left" colspan="4"> |
105 | 105 | {{if gt (len $line.Comments) 0}} |
106 | 106 | {{if eq $line.GetCommentSide "previous"}} |
107 | 107 | {{template "repo/diff/conversation" mergeinto $.root "comments" $line.Comments}} |
|
116 | 116 | <td class="lines-num"></td> |
117 | 117 | <td class="lines-escape"></td> |
118 | 118 | <td class="lines-type-marker"></td> |
119 | | -<td class="add-comment-right"> |
| 119 | +<td class="add-comment-right" colspan="4"> |
120 | 120 | {{if eq $line.GetCommentSide "proposed"}} |
121 | 121 | {{template "repo/diff/conversation" mergeinto $.root "comments" $line.Comments}} |
122 | 122 | {{end}} |
|
133 | 133 | <td class="lines-num"></td> |
134 | 134 | <td class="lines-escape"></td> |
135 | 135 | <td class="lines-type-marker"></td> |
136 | | -<td class="add-comment-left"> |
| 136 | +<td class="add-comment-left" colspan="4"> |
137 | 137 | {{if gt (len $line.Comments) 0}} |
138 | 138 | {{if eq $line.GetCommentSide "previous"}} |
139 | 139 | {{template "repo/diff/conversation" mergeinto $.root "comments" $line.Comments}} |
|
143 | 143 | <td class="lines-num"></td> |
144 | 144 | <td class="lines-escape"></td> |
145 | 145 | <td class="lines-type-marker"></td> |
146 | | -<td class="add-comment-right"> |
| 146 | +<td class="add-comment-right" colspan="4"> |
147 | 147 | {{if eq $line.GetCommentSide "proposed"}} |
148 | 148 | {{template "repo/diff/conversation" mergeinto $.root "comments" $line.Comments}} |
149 | 149 | {{end}} |
|
0 commit comments