aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2012-04-16 17:48:22 +0100
committerMatthew Somerville <matthew@mysociety.org>2012-04-16 17:48:22 +0100
commit062239865bebfef75d1300d7899dcacdc431396c (patch)
treeeceb99b5004338db755a4f9084f9fc6306e8f285
parent020ea48891061af540a016c6946d35bae21e2887 (diff)
Have it back in old place in mobile view.
-rw-r--r--templates/web/bromley/header.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/templates/web/bromley/header.html b/templates/web/bromley/header.html
index b7ef3aebc..3c88b6d20 100644
--- a/templates/web/bromley/header.html
+++ b/templates/web/bromley/header.html
@@ -77,7 +77,13 @@
</div>
</header>
- <div id="user-meta">
+ <div id="user-meta" class="mob-only">
+ [% IF c.user_exists %]
+ <p>
+ [% tprintf(loc('Hi %s'), c.user.name || c.user.email) %]
+ <a href="/auth/sign_out">[% loc('sign out') %]</a>
+ </p>
+ [% END %]
</div>
<h1 class="main desk-only">Reporting a problem in Bromley&rsquo;s streets or parks</h1>