1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 22:05:09 +01:00

Better total stats, now also info about nr bookmarks

This commit is contained in:
2016-08-13 16:18:51 +02:00
parent 72ad3c0d04
commit bb258a2a68
2 changed files with 30 additions and 12 deletions

View File

@@ -5,6 +5,33 @@
<div class="row">
<div class="col s12">
<table>
<thead>
<tr>
<th>&nbsp;</th>
<th>Total</th>
</tr>
</thead>
<tbody>
<tr>
<td>
Different tags
</td>
<td>
{{ totaltags }}
</td>
</tr>
<tr>
<td>
Total bookmarks
</td>
<td>
{{ totalbookmarks }}
</td>
</tr>
</tbody>
</table>
<table>
<thead>
<tr>
@@ -14,16 +41,6 @@
</tr>
</thead>
<tbody>
<tr>
<th>
All
</th>
<th>
-
<th>
{{ total }}
</th>
</tr>
{% for tag in tags %}
<tr>
<td>