aboutsummaryrefslogtreecommitdiffstats
path: root/timer/templates/label_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'timer/templates/label_list.html')
-rw-r--r--timer/templates/label_list.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/timer/templates/label_list.html b/timer/templates/label_list.html
new file mode 100644
index 0000000..2f044be
--- /dev/null
+++ b/timer/templates/label_list.html
@@ -0,0 +1,3 @@
+{% for l in labels %}
+ <li><a href="/timer/label/1/events/?view=list">{{ l.title }}<span class="ui-li-count">{{ l.event_set.count }}</span></a></a></li>
+{% endfor %}