summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/page/logout.hbs
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/templates/page/logout.hbs')
-rw-r--r--web-ui/app/templates/page/logout.hbs9
1 files changed, 8 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