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 b461993 commit 00da1faCopy full SHA for 00da1fa
templates/repo/diff/section_unified.tmpl
@@ -32,7 +32,6 @@
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>
37
{{else}}
38
<td class="chroma lines-code{{if (not $line.RightIdx)}} lines-code-old{{end}}">{{/*
0 commit comments