mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 11:52:10 +00:00
Initial cut of git fork
This commit is contained in:
parent
405ee14711
commit
c9e5e38fcf
5 changed files with 139 additions and 4 deletions
|
@ -96,6 +96,7 @@
|
|||
<table>
|
||||
<tbody>
|
||||
{{range .Sections}}
|
||||
Test: {{ .NumLines}}
|
||||
{{range .Lines}}
|
||||
<tr class="{{DiffLineTypeToStr .Type}}-code nl-1 ol-1">
|
||||
<td class="lines-num lines-num-old">
|
||||
|
@ -104,6 +105,7 @@
|
|||
<td class="lines-num lines-num-new">
|
||||
<span rel="L1">{{if .RightIdx}}{{.RightIdx}}{{end}}</span>
|
||||
</td>
|
||||
|
||||
<td class="lines-code">
|
||||
<pre>{{ToUtf8 .Content}}</pre>
|
||||
</td>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue