Skip to content

Commit f3184c2

Browse files
silverwinddelvh
andauthored
Update templates/repo/file_info.tmpl
Co-authored-by: delvh <[email protected]>
1 parent c46ac0b commit f3184c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/file_info.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{{.locale.Tr "repo.symbolic_link"}}
55
</div>
66
{{end}}
7-
{{if .NumLinesSet}}
7+
{{if .NumLinesSet}}{{/* Explicit attribute needed to show 0 line changes */}}
88
<div class="file-info-entry">
99
{{.NumLines}} {{.locale.TrN .NumLines "repo.line" "repo.lines"}}
1010
</div>

0 commit comments

Comments
 (0)