aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-07-15 19:51:45 +0200
committerGravatar Tom Willemse2013-07-15 19:51:45 +0200
commit86b448369e155b98c0659c3e360f62f70a1cca97 (patch)
treee890ee4352a538df3279e9ffa0b708527fcbcdcc /templates
parentd746bfc8e57fb1280fab67d522db86f7d8e2abf1 (diff)
downloadscrumli-86b448369e155b98c0659c3e360f62f70a1cca97.tar.gz
scrumli-86b448369e155b98c0659c3e360f62f70a1cca97.zip
Use a dialog to send new stories.
Diffstat (limited to 'templates')
-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>