mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-07 04:55:10 +01:00
Cleaner stats table, now with starred and deleted too
This commit is contained in:
@@ -5,37 +5,23 @@
|
||||
<div class="row">
|
||||
|
||||
<div class="col s12">
|
||||
<table>
|
||||
<table class="centered">
|
||||
<thead>
|
||||
<tr>
|
||||
<th> </th>
|
||||
<th>Total</th>
|
||||
<th><i class="material-icons" title="Unique labels">label</i></th>
|
||||
<th><i class="material-icons green-text" title="Public tag pages">present_to_all</i></th>
|
||||
<th><i class="material-icons" title="Total bookmarks">turned_in</i></th>
|
||||
<th><i class="material-icons yellow-text" title="Starred bookmarks">star</i></th>
|
||||
<th><i class="material-icons red-text" title="Deleted bookmarks">delete</i></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
Different tags
|
||||
</td>
|
||||
<td>
|
||||
{{ totaltags }}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
Public tag pages
|
||||
</td>
|
||||
<td>
|
||||
{{ totalpublic }}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
Bookmarks
|
||||
</td>
|
||||
<td>
|
||||
{{ totalbookmarks }}
|
||||
</td>
|
||||
<td>{{ totaltags }}</td>
|
||||
<td>{{ totalpublic }}</td>
|
||||
<td>{{ totalbookmarks }}</td>
|
||||
<td>{{ totalstarred }}</td>
|
||||
<td>{{ totaldeleted }}</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user