summaryrefslogtreecommitdiffstats
path: root/templates/partials/categoriesById.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/partials/categoriesById.html')
-rw-r--r--templates/partials/categoriesById.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/partials/categoriesById.html b/templates/partials/categoriesById.html
index 1f4f433..fc11cc2 100644
--- a/templates/partials/categoriesById.html
+++ b/templates/partials/categoriesById.html
@@ -1,7 +1,7 @@
1$if(categories.by_id)$ 1$if(categories.by_id)$
2 <ul class="c-hlist"> 2 <ul class="c-hlist">
3 $for(categories.by_id)$ 3 $for(categories.by_id)$
4 <li class="c-hlist__item"><strong>$it.key/uppercase$</strong>: $it.value.name$ ($it.value.count$)</li> 4 <li class="c-hlist__item"><strong>$it.key/uppercase$</strong> $it.value.name$</li>
5 $endfor$ 5 $endfor$
6 </ul> 6 </ul>
7$endif$ 7$endif$