@ -22,7 +22,7 @@
</a>
</a>
{{ end }}
{{ end }}
</td> {{ $ inline Diff : = $ section .GetComputedInlineDiffFor $ line $ .root .locale }}
</td> {{ $ inline Diff : = $ section .GetComputedInlineDiffFor $ line $ .root .locale }}
<td class="lines-escape lines-escape-old"> {{ if $ inline Diff .EscapeStatus .Escaped }} <a href="" class="toggle-escape-button" title=" {{ template "repo/diff/escape_title" dict "diff" $ inline Diff "locale" $ .locale }} "></a> {{ end }} </td>
<td class="lines-escape lines-escape-old"> {{ if $ inline Diff .EscapeStatus .Escaped }} <a href="" class="toggle-escape-button" title=" {{ template "repo/diff/escape_title" dict "diff" $ inline Diff "locale" $ .root . locale }} "></a> {{ end }} </td>
<td colspan="6" class="lines-code lines-code-old "> {{ / *
<td colspan="6" class="lines-code lines-code-old "> {{ / *
*/}} {{ template "repo/diff/section_code" dict "diff" $ inline Diff "locale" $ .root .locale }} {{ / *
*/}} {{ template "repo/diff/section_code" dict "diff" $ inline Diff "locale" $ .root .locale }} {{ / *
*/}}</td>
*/}}</td>
@ -31,7 +31,7 @@
{{ - $ leftDiff : = "" }} {{ if $ line .LeftIdx }} {{ $ leftDiff = $ section .GetComputedInlineDiffFor $ line $ .root .locale }} {{ end }}
{{ - $ leftDiff : = "" }} {{ if $ line .LeftIdx }} {{ $ leftDiff = $ section .GetComputedInlineDiffFor $ line $ .root .locale }} {{ end }}
{{ - $ rightDiff : = "" }} {{ if $ match .RightIdx }} {{ $ rightDiff = $ section .GetComputedInlineDiffFor $ match $ .root .locale }} {{ end }}
{{ - $ rightDiff : = "" }} {{ if $ match .RightIdx }} {{ $ rightDiff = $ section .GetComputedInlineDiffFor $ match $ .root .locale }} {{ end }}
<td class="lines-num lines-num-old del-code" data-line-num=" {{ $ line .LeftIdx }} "><span rel="diff- {{ $ file .NameHash }} L {{ $ line .LeftIdx }} "></span></td>
<td class="lines-num lines-num-old del-code" data-line-num=" {{ $ line .LeftIdx }} "><span rel="diff- {{ $ file .NameHash }} L {{ $ line .LeftIdx }} "></span></td>
<td class="lines-escape del-code lines-escape-old"> {{ if $ line .LeftIdx }} {{ if $ leftDiff .EscapeStatus .Escaped }} <a href="" class="toggle-escape-button" title=" {{ template "repo/diff/escape_title" dict "diff" $ leftDiff "locale" $ .locale }} "></a> {{ end }} {{ end }} </td>
<td class="lines-escape del-code lines-escape-old"> {{ if $ line .LeftIdx }} {{ if $ leftDiff .EscapeStatus .Escaped }} <a href="" class="toggle-escape-button" title=" {{ template "repo/diff/escape_title" dict "diff" $ leftDiff "locale" $ .root . locale }} "></a> {{ end }} {{ end }} </td>
<td class="lines-type-marker lines-type-marker-old del-code"><span class="mono" data-type-marker=" {{ $ line .GetLineTypeMarker }} "></span></td>
<td class="lines-type-marker lines-type-marker-old del-code"><span class="mono" data-type-marker=" {{ $ line .GetLineTypeMarker }} "></span></td>
<td class="lines-code lines-code-old halfwidth del-code"> {{ / *
<td class="lines-code lines-code-old halfwidth del-code"> {{ / *
*/}} {{ if and $ .root .SignedUserID $ .root .PageIsPullFiles }} {{ / *
*/}} {{ if and $ .root .SignedUserID $ .root .PageIsPullFiles }} {{ / *
@ -46,7 +46,7 @@
*/}} {{ end }} {{ / *
*/}} {{ end }} {{ / *
*/}}</td>
*/}}</td>
<td class="lines-num lines-num-new add-code" data-line-num=" {{ if $ match .RightIdx }} {{ $ match .RightIdx }} {{ end }} "><span rel=" {{ if $ match .RightIdx }} diff- {{ $ file .NameHash }} R {{ $ match .RightIdx }} {{ end }} "></span></td>
<td class="lines-num lines-num-new add-code" data-line-num=" {{ if $ match .RightIdx }} {{ $ match .RightIdx }} {{ end }} "><span rel=" {{ if $ match .RightIdx }} diff- {{ $ file .NameHash }} R {{ $ match .RightIdx }} {{ end }} "></span></td>
<td class="lines-escape add-code lines-escape-new"> {{ if $ match .RightIdx }} {{ if $ rightDiff .EscapeStatus .Escaped }} <a href="" class="toggle-escape-button" title=" {{ template "repo/diff/escape_title" dict "diff" $ rightDiff "locale" $ .locale }} "></a> {{ end }} {{ end }} </td>
<td class="lines-escape add-code lines-escape-new"> {{ if $ match .RightIdx }} {{ if $ rightDiff .EscapeStatus .Escaped }} <a href="" class="toggle-escape-button" title=" {{ template "repo/diff/escape_title" dict "diff" $ rightDiff "locale" $ .root . locale }} "></a> {{ end }} {{ end }} </td>
<td class="lines-type-marker lines-type-marker-new add-code"> {{ if $ match .RightIdx }} <span class="mono" data-type-marker=" {{ $ match .GetLineTypeMarker }} "></span> {{ end }} </td>
<td class="lines-type-marker lines-type-marker-new add-code"> {{ if $ match .RightIdx }} <span class="mono" data-type-marker=" {{ $ match .GetLineTypeMarker }} "></span> {{ end }} </td>
<td class="lines-code lines-code-new halfwidth add-code"> {{ / *
<td class="lines-code lines-code-new halfwidth add-code"> {{ / *
*/}} {{ if and $ .root .SignedUserID $ .root .PageIsPullFiles }} {{ / *
*/}} {{ if and $ .root .SignedUserID $ .root .PageIsPullFiles }} {{ / *
@ -63,7 +63,7 @@
{{ else }}
{{ else }}
{{ $ inline Diff : = $ section .GetComputedInlineDiffFor $ line $ .root .locale }}
{{ $ inline Diff : = $ section .GetComputedInlineDiffFor $ line $ .root .locale }}
<td class="lines-num lines-num-old" data-line-num=" {{ if $ line .LeftIdx }} {{ $ line .LeftIdx }} {{ end }} "><span rel=" {{ if $ line .LeftIdx }} diff- {{ $ file .NameHash }} L {{ $ line .LeftIdx }} {{ end }} "></span></td>
<td class="lines-num lines-num-old" data-line-num=" {{ if $ line .LeftIdx }} {{ $ line .LeftIdx }} {{ end }} "><span rel=" {{ if $ line .LeftIdx }} diff- {{ $ file .NameHash }} L {{ $ line .LeftIdx }} {{ end }} "></span></td>
<td class="lines-escape lines-escape-old"> {{ if $ line .LeftIdx }} {{ if $ inline Diff .EscapeStatus .Escaped }} <a href="" class="toggle-escape-button" title=" {{ template "repo/diff/escape_title" dict "diff" $ inline Diff "locale" $ .locale }} "></a> {{ end }} {{ end }} </td>
<td class="lines-escape lines-escape-old"> {{ if $ line .LeftIdx }} {{ if $ inline Diff .EscapeStatus .Escaped }} <a href="" class="toggle-escape-button" title=" {{ template "repo/diff/escape_title" dict "diff" $ inline Diff "locale" $ .root . locale }} "></a> {{ end }} {{ end }} </td>
<td class="lines-type-marker lines-type-marker-old"> {{ if $ line .LeftIdx }} <span class="mono" data-type-marker=" {{ $ line .GetLineTypeMarker }} "></span> {{ end }} </td>
<td class="lines-type-marker lines-type-marker-old"> {{ if $ line .LeftIdx }} <span class="mono" data-type-marker=" {{ $ line .GetLineTypeMarker }} "></span> {{ end }} </td>
<td class="lines-code lines-code-old halfwidth"> {{ / *
<td class="lines-code lines-code-old halfwidth"> {{ / *
*/}} {{ if and $ .root .SignedUserID $ .root .PageIsPullFiles ( not ( eq .GetType 2 ) ) }} {{ / *
*/}} {{ if and $ .root .SignedUserID $ .root .PageIsPullFiles ( not ( eq .GetType 2 ) ) }} {{ / *
@ -78,7 +78,7 @@
*/}} {{ end }} {{ / *
*/}} {{ end }} {{ / *
*/}}</td>
*/}}</td>
<td class="lines-num lines-num-new" data-line-num=" {{ if $ line .RightIdx }} {{ $ line .RightIdx }} {{ end }} "><span rel=" {{ if $ line .RightIdx }} diff- {{ $ file .NameHash }} R {{ $ line .RightIdx }} {{ end }} "></span></td>
<td class="lines-num lines-num-new" data-line-num=" {{ if $ line .RightIdx }} {{ $ line .RightIdx }} {{ end }} "><span rel=" {{ if $ line .RightIdx }} diff- {{ $ file .NameHash }} R {{ $ line .RightIdx }} {{ end }} "></span></td>
<td class="lines-escape lines-escape-new"> {{ if $ line .RightIdx }} {{ if $ inline Diff .EscapeStatus .Escaped }} <a href="" class="toggle-escape-button" title=" {{ template "repo/diff/escape_title" dict "diff" $ inline Diff "locale" $ .locale }} "></a> {{ end }} {{ end }} </td>
<td class="lines-escape lines-escape-new"> {{ if $ line .RightIdx }} {{ if $ inline Diff .EscapeStatus .Escaped }} <a href="" class="toggle-escape-button" title=" {{ template "repo/diff/escape_title" dict "diff" $ inline Diff "locale" $ .root . locale }} "></a> {{ end }} {{ end }} </td>
<td class="lines-type-marker lines-type-marker-new"> {{ if $ line .RightIdx }} <span class="mono" data-type-marker=" {{ $ line .GetLineTypeMarker }} "></span> {{ end }} </td>
<td class="lines-type-marker lines-type-marker-new"> {{ if $ line .RightIdx }} <span class="mono" data-type-marker=" {{ $ line .GetLineTypeMarker }} "></span> {{ end }} </td>
<td class="lines-code lines-code-new halfwidth"> {{ / *
<td class="lines-code lines-code-new halfwidth"> {{ / *
*/}} {{ if and $ .root .SignedUserID $ .root .PageIsPullFiles ( not ( eq .GetType 3 ) ) }} {{ / *
*/}} {{ if and $ .root .SignedUserID $ .root .PageIsPullFiles ( not ( eq .GetType 3 ) ) }} {{ / *