We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8911fb commit 9053096Copy full SHA for 9053096
templates/repo/diff/section_unified.tmpl
@@ -31,9 +31,7 @@
31
{{if eq .GetType 4}}
32
<td class="chroma lines-code blob-hunk">{{/*
33
*/}}<code {{if $inlineDiff.EscapeStatus.Escaped}}class="code-inner has-escaped" title="{{$.root.i18n.Tr "repo.line_unicode"}}"{{else}}class="code-inner"{{end}}>{{$inlineDiff.Content}}</code>{{/*
34
- */}}
35
- {{$line.Content}}
36
- </td>
+ */}}</td>
37
{{else}}
38
<td class="chroma lines-code{{if (not $line.RightIdx)}} lines-code-old{{end}}">{{/*
39
*/}}{{if and $.root.SignedUserID $.root.PageIsPullFiles}}{{/*
0 commit comments