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:
@@ -5,6 +5,33 @@
|
||||
<div class="row">
|
||||
|
||||
<div class="col s12">
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th> </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>
|
||||
|
||||
Reference in New Issue
Block a user