aboutsummaryrefslogtreecommitdiffstats
path: root/templates/scrumli.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/scrumli.tmpl')
-rw-r--r--templates/scrumli.tmpl10
1 files changed, 9 insertions, 1 deletions
diff --git a/templates/scrumli.tmpl b/templates/scrumli.tmpl
index 03832e2..1deb32c 100644
--- a/templates/scrumli.tmpl
+++ b/templates/scrumli.tmpl
@@ -34,7 +34,15 @@
</div>
<div class="container">
- <h1>Backlog</h1>
+ <h1>
+ <button data-target=".myModal" role="button"
+ data-toggle="modal" class="nothing">
+ <i class="icon-plus-sign icon-2x"></i>
+ </button>
+ Backlog
+ </h1>
+
+
<div id="content"></div>
<script src="{$umainjs}" type="text/jsx"></script>
</div>