@ -44,7 +44,7 @@
{{ - $ rightDiff : = "" }} {{ if $ match .RightIdx }} {{ $ rightDiff = $ section .GetComputedInlineDiffFor $ match ctx .Locale }} {{ end }}
{{ - $ rightDiff : = "" }} {{ if $ match .RightIdx }} {{ $ rightDiff = $ section .GetComputedInlineDiffFor $ match ctx .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 }} <button class="toggle-escape-button btn interact-bg" title=" {{ template "repo/diff/escape_title" dict "diff" $ leftDiff }} "></button> {{ end }} {{ end }} </td>
<td class="lines-escape del-code lines-escape-old"> {{ if $ line .LeftIdx }} {{ if $ leftDiff .EscapeStatus .Escaped }} <button class="toggle-escape-button btn interact-bg" title=" {{ template "repo/diff/escape_title" dict "diff" $ leftDiff }} "></button> {{ end }} {{ end }} </td>
<td class="lines-type-marker lines-type-marker-old del-code"><span class="g t-mono" data-type-marker=" {{ $ line .GetLineTypeMarker }} "></span></td>
<td class="lines-type-marker lines-type-marker-old del-code"><span class="tw-fon t-mono" data-type-marker=" {{ $ line .GetLineTypeMarker }} "></span></td>
<td class="lines-code lines-code-old del-code"> {{ / *
<td class="lines-code lines-code-old del-code"> {{ / *
*/}} {{ if and $ .root .SignedUserID $ .root .PageIsPullFiles }} {{ / *
*/}} {{ if and $ .root .SignedUserID $ .root .PageIsPullFiles }} {{ / *
*/}}<button type="button" aria-label=" {{ ctx .Locale .Tr "repo.diff.comment.add_line_comment" }} " class="ui primary button add-code-comment add-code-comment-left {{ if ( not $ line .CanComment ) }} tw-invisible {{ end }} " data-side="left" data-idx=" {{ $ line .LeftIdx }} "> {{ / *
*/}}<button type="button" aria-label=" {{ ctx .Locale .Tr "repo.diff.comment.add_line_comment" }} " class="ui primary button add-code-comment add-code-comment-left {{ if ( not $ line .CanComment ) }} tw-invisible {{ end }} " data-side="left" data-idx=" {{ $ line .LeftIdx }} "> {{ / *
@ -59,7 +59,7 @@
*/}}</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 }} <button class="toggle-escape-button btn interact-bg" title=" {{ template "repo/diff/escape_title" dict "diff" $ rightDiff }} "></button> {{ end }} {{ end }} </td>
<td class="lines-escape add-code lines-escape-new"> {{ if $ match .RightIdx }} {{ if $ rightDiff .EscapeStatus .Escaped }} <button class="toggle-escape-button btn interact-bg" title=" {{ template "repo/diff/escape_title" dict "diff" $ rightDiff }} "></button> {{ end }} {{ end }} </td>
<td class="lines-type-marker lines-type-marker-new add-code"> {{ if $ match .RightIdx }} <span class="g t-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="tw-fon t-mono" data-type-marker=" {{ $ match .GetLineTypeMarker }} "></span> {{ end }} </td>
<td class="lines-code lines-code-new add-code"> {{ / *
<td class="lines-code lines-code-new add-code"> {{ / *
*/}} {{ if and $ .root .SignedUserID $ .root .PageIsPullFiles }} {{ / *
*/}} {{ if and $ .root .SignedUserID $ .root .PageIsPullFiles }} {{ / *
*/}}<button type="button" aria-label=" {{ ctx .Locale .Tr "repo.diff.comment.add_line_comment" }} " class="ui primary button add-code-comment add-code-comment-right {{ if ( not $ match .CanComment ) }} tw-invisible {{ end }} " data-side="right" data-idx=" {{ $ match .RightIdx }} "> {{ / *
*/}}<button type="button" aria-label=" {{ ctx .Locale .Tr "repo.diff.comment.add_line_comment" }} " class="ui primary button add-code-comment add-code-comment-right {{ if ( not $ match .CanComment ) }} tw-invisible {{ end }} " data-side="right" data-idx=" {{ $ match .RightIdx }} "> {{ / *
@ -76,7 +76,7 @@
{{ $ inline Diff : = $ section .GetComputedInlineDiffFor $ line ctx .Locale }}
{{ $ inline Diff : = $ section .GetComputedInlineDiffFor $ line ctx .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 }} <button class="toggle-escape-button btn interact-bg" title=" {{ template "repo/diff/escape_title" dict "diff" $ inline Diff }} "></button> {{ end }} {{ end }} </td>
<td class="lines-escape lines-escape-old"> {{ if $ line .LeftIdx }} {{ if $ inline Diff .EscapeStatus .Escaped }} <button class="toggle-escape-button btn interact-bg" title=" {{ template "repo/diff/escape_title" dict "diff" $ inline Diff }} "></button> {{ end }} {{ end }} </td>
<td class="lines-type-marker lines-type-marker-old"> {{ if $ line .LeftIdx }} <span class="g t-mono" data-type-marker=" {{ $ line .GetLineTypeMarker }} "></span> {{ end }} </td>
<td class="lines-type-marker lines-type-marker-old"> {{ if $ line .LeftIdx }} <span class="tw-fon t-mono" data-type-marker=" {{ $ line .GetLineTypeMarker }} "></span> {{ end }} </td>
<td class="lines-code lines-code-old"> {{ / *
<td class="lines-code lines-code-old"> {{ / *
*/}} {{ if and $ .root .SignedUserID $ .root .PageIsPullFiles ( not ( eq .GetType 2 ) ) }} {{ / *
*/}} {{ if and $ .root .SignedUserID $ .root .PageIsPullFiles ( not ( eq .GetType 2 ) ) }} {{ / *
*/}}<button type="button" aria-label=" {{ ctx .Locale .Tr "repo.diff.comment.add_line_comment" }} " class="ui primary button add-code-comment add-code-comment-left {{ if ( not $ line .CanComment ) }} tw-invisible {{ end }} " data-side="left" data-idx=" {{ $ line .LeftIdx }} "> {{ / *
*/}}<button type="button" aria-label=" {{ ctx .Locale .Tr "repo.diff.comment.add_line_comment" }} " class="ui primary button add-code-comment add-code-comment-left {{ if ( not $ line .CanComment ) }} tw-invisible {{ end }} " data-side="left" data-idx=" {{ $ line .LeftIdx }} "> {{ / *
@ -91,7 +91,7 @@
*/}}</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 }} <button class="toggle-escape-button btn interact-bg" title=" {{ template "repo/diff/escape_title" dict "diff" $ inline Diff }} "></button> {{ end }} {{ end }} </td>
<td class="lines-escape lines-escape-new"> {{ if $ line .RightIdx }} {{ if $ inline Diff .EscapeStatus .Escaped }} <button class="toggle-escape-button btn interact-bg" title=" {{ template "repo/diff/escape_title" dict "diff" $ inline Diff }} "></button> {{ end }} {{ end }} </td>
<td class="lines-type-marker lines-type-marker-new"> {{ if $ line .RightIdx }} <span class="g t-mono" data-type-marker=" {{ $ line .GetLineTypeMarker }} "></span> {{ end }} </td>
<td class="lines-type-marker lines-type-marker-new"> {{ if $ line .RightIdx }} <span class="tw-fon t-mono" data-type-marker=" {{ $ line .GetLineTypeMarker }} "></span> {{ end }} </td>
<td class="lines-code lines-code-new"> {{ / *
<td class="lines-code lines-code-new"> {{ / *
*/}} {{ if and $ .root .SignedUserID $ .root .PageIsPullFiles ( not ( eq .GetType 3 ) ) }} {{ / *
*/}} {{ if and $ .root .SignedUserID $ .root .PageIsPullFiles ( not ( eq .GetType 3 ) ) }} {{ / *
*/}}<button type="button" aria-label=" {{ ctx .Locale .Tr "repo.diff.comment.add_line_comment" }} " class="ui primary button add-code-comment add-code-comment-right {{ if ( not $ line .CanComment ) }} tw-invisible {{ end }} " data-side="right" data-idx=" {{ $ line .RightIdx }} "> {{ / *
*/}}<button type="button" aria-label=" {{ ctx .Locale .Tr "repo.diff.comment.add_line_comment" }} " class="ui primary button add-code-comment add-code-comment-right {{ if ( not $ line .CanComment ) }} tw-invisible {{ end }} " data-side="right" data-idx=" {{ $ line .RightIdx }} "> {{ / *