mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 22:05:09 +01:00
Total amount of tags, number of bookmarks per tag
This commit is contained in:
@@ -14,6 +14,16 @@
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>
|
||||
All
|
||||
</th>
|
||||
<th>
|
||||
-
|
||||
<th>
|
||||
{{ total }}
|
||||
</th>
|
||||
</tr>
|
||||
{% for tag in tags %}
|
||||
<tr>
|
||||
<td>
|
||||
@@ -27,6 +37,7 @@
|
||||
{% endif %}
|
||||
</td>
|
||||
<td>
|
||||
{{ tag['total'] }}
|
||||
</td>
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
||||
Reference in New Issue
Block a user