Merge branch 'master' into add-api-issues-subscriptions

This commit is contained in:
6543
2019-10-29 17:14:05 +01:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
<strong>{{.FileName}}</strong>
{{else}}
<div class="file-info text grey normal mono">
{{if .NumLines}}
{{if .NumLinesSet}}
<div class="file-info-entry">
{{.NumLines}} {{.i18n.Tr (TrN .i18n.Lang .NumLines "repo.line" "repo.lines") }}
</div>