summaryrefslogtreecommitdiff
path: root/theme/templates/task_links.mustache
diff options
context:
space:
mode:
Diffstat (limited to 'theme/templates/task_links.mustache')
-rw-r--r--theme/templates/task_links.mustache7
1 files changed, 7 insertions, 0 deletions
diff --git a/theme/templates/task_links.mustache b/theme/templates/task_links.mustache
new file mode 100644
index 000000000..1ae88f4db
--- /dev/null
+++ b/theme/templates/task_links.mustache
@@ -0,0 +1,7 @@
+{{#tasks.count}}
+<ul>
+ {{#tasks}}
+ {{> task_link}}
+ {{/tasks}}
+</ul>
+{{/tasks.count}}