diff options
author | Folker Bernitt <fbernitt@thoughtworks.com> | 2014-10-08 11:05:01 +0200 |
---|---|---|
committer | Folker Bernitt <fbernitt@thoughtworks.com> | 2014-10-08 11:08:39 +0200 |
commit | 9fd74021afb0a6d4551b21615f7094b1b0705f63 (patch) | |
tree | 5b7936ee1400875a1d31731a576d16d213cb5ad3 /web-ui/app/templates | |
parent | 3edd9fcb2cd0ea1f05f0277c85430c9751878406 (diff) |
Added logout link to dispatcher (issue #55).
- Set DISPATCHER_LOGOUT_URL environment to logout url to show logout.
- Logout button currently lacks some design
Diffstat (limited to 'web-ui/app/templates')
-rw-r--r-- | web-ui/app/templates/page/logout.hbs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/app/templates/page/logout.hbs b/web-ui/app/templates/page/logout.hbs new file mode 100644 index 00000000..dda07eae --- /dev/null +++ b/web-ui/app/templates/page/logout.hbs @@ -0,0 +1 @@ +<a href="{{logout_url}}">Logout</a> |