mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-30 17:30:34 +08:00
Fix #575
This commit is contained in:
@ -101,7 +101,6 @@
|
|||||||
<table>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
{{range .Sections}}
|
{{range .Sections}}
|
||||||
Test: {{ .NumLines}}
|
|
||||||
{{range .Lines}}
|
{{range .Lines}}
|
||||||
<tr class="{{DiffLineTypeToStr .Type}}-code nl-1 ol-1">
|
<tr class="{{DiffLineTypeToStr .Type}}-code nl-1 ol-1">
|
||||||
<td class="lines-num lines-num-old">
|
<td class="lines-num lines-num-old">
|
||||||
|
Reference in New Issue
Block a user