diff options
author | Gitea <gitea@fake.local> | 2023-12-29 10:50:16 +0000 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2023-12-29 10:50:16 +0000 |
commit | cbc12b958b78d5934fc76a99605f177abb79125c (patch) | |
tree | 13954868b360309060b537e31580f3d81e88c758 /table.tmpl | |
parent | dc332d17d90dcb981a87fcc7f2564c0346762103 (diff) |
correct total #
Diffstat (limited to 'table.tmpl')
-rw-r--r-- | table.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -94,7 +94,7 @@ details[open].issue { <!--p> {{- range $top.Tags -}}<button>{{ . }}</button>{{- end -}} </p--> - Total {{ len $issues }} entries + Total: {{ len $features }} features and {{ len $issues }} issues. <table> <tr> <th class="side"></th> |