diff --git a/anygit/templates/index/index.mako b/anygit/templates/index/index.mako index 83f0410..664cb92 100644 --- a/anygit/templates/index/index.mako +++ b/anygit/templates/index/index.mako @@ -17,9 +17,11 @@

Currently indexed:

-
${aggregate.indexed_repository_count} repos +
${aggregate.indexed_repository_count} + ${h.pluralize(aggregate.indexed_repository_count, 'repo', when='never')}
-
${aggregate.blob_count} blobs +
${aggregate.blob_count} + ${h.pluralize(aggregate.blob_count, 'blob', when='never')}
${aggregate.tree_count} ${h.pluralize(aggregate.tree_count, 'tree', when='never')}