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 c46ac0b commit f3184c2Copy full SHA for f3184c2
templates/repo/file_info.tmpl
@@ -4,7 +4,7 @@
4
{{.locale.Tr "repo.symbolic_link"}}
5
</div>
6
{{end}}
7
- {{if .NumLinesSet}}
+ {{if .NumLinesSet}}{{/* Explicit attribute needed to show 0 line changes */}}
8
<div class="file-info-entry">
9
{{.NumLines}} {{.locale.TrN .NumLines "repo.line" "repo.lines"}}
10
0 commit comments