|
|
@ -93,6 +93,12 @@ |
|
|
|
{{range $j, $section := $file.Sections}} |
|
|
|
{{range $j, $section := $file.Sections}} |
|
|
|
{{range $k, $line := $section.Lines}} |
|
|
|
{{range $k, $line := $section.Lines}} |
|
|
|
<tr class="{{DiffLineTypeToStr .GetType}}-code nl-{{$k}} ol-{{$k}}"> |
|
|
|
<tr class="{{DiffLineTypeToStr .GetType}}-code nl-{{$k}} ol-{{$k}}"> |
|
|
|
|
|
|
|
{{if eq .GetType 4}} |
|
|
|
|
|
|
|
<td class="lines-num"></td> |
|
|
|
|
|
|
|
<td colspan="3" class="lines-code"> |
|
|
|
|
|
|
|
<pre><code class="{{if $highlightClass}}language-{{$highlightClass}}{{else}}nohighlight{{end}}">{{$section.GetComputedInlineDiffFor $line}}</code></pre> |
|
|
|
|
|
|
|
</td> |
|
|
|
|
|
|
|
{{else}} |
|
|
|
<td class="lines-num lines-num-old"> |
|
|
|
<td class="lines-num lines-num-old"> |
|
|
|
<span rel="{{if $line.LeftIdx}}diff-{{Sha1 $file.Name}}L{{$line.LeftIdx}}{{end}}">{{if $line.LeftIdx}}{{$line.LeftIdx}}{{end}}</span> |
|
|
|
<span rel="{{if $line.LeftIdx}}diff-{{Sha1 $file.Name}}L{{$line.LeftIdx}}{{end}}">{{if $line.LeftIdx}}{{$line.LeftIdx}}{{end}}</span> |
|
|
|
</td> |
|
|
|
</td> |
|
|
@ -105,6 +111,7 @@ |
|
|
|
<td class="lines-code halfwidth"> |
|
|
|
<td class="lines-code halfwidth"> |
|
|
|
<pre><code class="wrap {{if $highlightClass}}language-{{$highlightClass}}{{else}}nohighlight{{end}}">{{if $line.RightIdx}}{{$section.GetComputedInlineDiffFor $line}}{{end}}</code></pre> |
|
|
|
<pre><code class="wrap {{if $highlightClass}}language-{{$highlightClass}}{{else}}nohighlight{{end}}">{{if $line.RightIdx}}{{$section.GetComputedInlineDiffFor $line}}{{end}}</code></pre> |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
|
|
|
|
{{end}} |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
{{end}} |
|
|
|
{{end}} |
|
|
|
{{end}} |
|
|
|
{{end}} |
|
|
|