user profile, editing and more statistics

This commit is contained in:
Kevin Papst
2016-11-09 21:58:00 +01:00
parent 1678129fe9
commit 8401797728
42 changed files with 1441 additions and 195 deletions

View File

@@ -13,6 +13,7 @@
'label.project': 'book',
'label.comment': 'comment-o',
'label.visible': 'eye',
'label.actions': 'pencil-square-o',
}) }}
{% for entry in entries %}
@@ -22,6 +23,9 @@
<td>{{ entry.project }}</td>
<td>{{ entry.comment }}</td>
<td>{{ widgets.label_visible(entry.visible) }}</td>
<td>
{{ widgets.button_group({'edit': '#', 'trash': '#'}) }}
</td>
</tr>
{% endfor %}