summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/base.html b/templates/base.html
index 0986936..fd490e6 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -79,8 +79,8 @@
<a href="/" class="pull-left logo">SUNET Groups</a>
{% if user.is_authenticated %}
<div class="login pull-right">
- <a class="white-link" href="/user/home">{{user|userdisplay}}</a>
- <a class="white-link" href="/accounts/logout">Logout</a>
+ <a style="margin-right:10px;" class="white-link" href="/user/home">{{user|userdisplay}}</a>
+ <a class="btn btn-mini" href="/accounts/logout"><i class="icon-off"></i> Logout</a>
</div>
{% else %}
<div class="login pull-right">