aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/barnet/header.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/web/barnet/header.html')
-rw-r--r--templates/web/barnet/header.html19
1 files changed, 10 insertions, 9 deletions
diff --git a/templates/web/barnet/header.html b/templates/web/barnet/header.html
index 661b4633d..63adac036 100644
--- a/templates/web/barnet/header.html
+++ b/templates/web/barnet/header.html
@@ -69,9 +69,19 @@
<!-- googleon:all -->
</div>
<div id="content" class="withWidth fullWidth">
+ <div id="user-meta">
+ [% 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>
<span>FixMyStreet</span>
</h1>
+
<div class="wrapper">
<div class="table-cell">
<header id="site-header" role="banner">
@@ -81,15 +91,6 @@
</div>
</header>
- <div id="user-meta">
- [% 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>
-
<div class="container">
<div class="content[% " $mainclass" | html IF mainclass %]" role="main">