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 f91e35b commit cc5ccf4Copy full SHA for cc5ccf4
templates/repo/view_file.tmpl
@@ -119,7 +119,7 @@
119
{{range $idx, $code := .FileContent}}
120
{{$line := Eval $idx "+" 1}}
121
<tr>
122
- <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>
123
{{if $.EscapeStatus.Escaped}}
124
<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>
125
{{end}}
0 commit comments