summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/page/logout_shortcut.hbs
diff options
context:
space:
mode:
authorLisa Junger <ljunger@thoughtworks.com>2015-01-27 10:37:10 +0100
committerLisa Junger <ljunger@thoughtworks.com>2015-01-29 15:01:29 +0100
commitbf562653fbdb2c6ef85df22f8dd5398f4a5cef44 (patch)
tree4bc47ebc639e75d26819db9f611832b40878ed8d /web-ui/app/templates/page/logout_shortcut.hbs
parent7585c7afe36ff3149d62bef3756f5667059697dc (diff)
Issue #242 added logout shortcut for dispatcher mode.
- some new style to logout in expanded nav bar and shortcut. - to be complemented by #239.
Diffstat (limited to 'web-ui/app/templates/page/logout_shortcut.hbs')
-rw-r--r--web-ui/app/templates/page/logout_shortcut.hbs6
1 files changed, 6 insertions, 0 deletions
diff --git a/web-ui/app/templates/page/logout_shortcut.hbs b/web-ui/app/templates/page/logout_shortcut.hbs
new file mode 100644
index 00000000..20df5513
--- /dev/null
+++ b/web-ui/app/templates/page/logout_shortcut.hbs
@@ -0,0 +1,6 @@
+<li>
+ <a class="left-off-canvas-toggle logout" title="logout" >
+ <i class="fa fa-sign-out"></i>
+ <div class="shortcut-label">Logout</div>
+ </a>
+</li> \ No newline at end of file