summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/page
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
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')
-rw-r--r--web-ui/app/templates/page/logout.hbs9
-rw-r--r--web-ui/app/templates/page/logout_shortcut.hbs6
2 files changed, 14 insertions, 1 deletions
diff --git a/web-ui/app/templates/page/logout.hbs b/web-ui/app/templates/page/logout.hbs
index dda07eae..d3895a71 100644
--- a/web-ui/app/templates/page/logout.hbs
+++ b/web-ui/app/templates/page/logout.hbs
@@ -1 +1,8 @@
-<a href="{{logout_url}}">Logout</a>
+<ul id="logout">
+ <li>
+ <a title="logout" href={{logout_url}}>
+ <div class="fa fa-sign-out"></div>
+ <i class="shortcut-label">Logout</i>
+ </a>
+ </li>
+</ul> \ No newline at end of file
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