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 d782cad commit 4ea8f33Copy full SHA for 4ea8f33
templates/repo/view_file.tmpl
@@ -108,7 +108,7 @@
108
{{range $idx, $code := .FileContent}}
109
{{$line := Eval $idx "+" 1}}
110
<tr>
111
- <td id="L{{$line}}" class="lines-num"><span id="L{{$line}}" data-line-number="{{$line}}"></span></td>
+ <td class="lines-num"><span id="L{{$line}}" data-line-number="{{$line}}"></span></td>
112
{{if $.EscapeStatus.Escaped}}
113
<td class="lines-escape">{{if (index $.LineEscapeStatus $idx).Escaped}}<button class="toggle-escape-button btn interact-bg" title="{{if (index $.LineEscapeStatus $idx).HasInvisible}}{{ctx.Locale.Tr "repo.invisible_runes_line"}} {{end}}{{if (index $.LineEscapeStatus $idx).HasAmbiguous}}{{ctx.Locale.Tr "repo.ambiguous_runes_line"}}{{end}}"></button>{{end}}</td>
114
{{end}}
0 commit comments