aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2013-01-18 19:08:28 +0000
committerMatthew Somerville <matthew@mysociety.org>2013-01-18 19:08:28 +0000
commitc78a590228480d444f2f6c2d99a7281be150c51a (patch)
tree3934d6463f80d496e3578179864063a336ce19a3
parentbf239bf5dfc3e02015f5d200d37f867a1deeb427 (diff)
Remove nav bar from where it will not be.
-rw-r--r--templates/web/zurich/footer.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/templates/web/zurich/footer.html b/templates/web/zurich/footer.html
index f01e6671d..6b8ad004d 100644
--- a/templates/web/zurich/footer.html
+++ b/templates/web/zurich/footer.html
@@ -11,15 +11,6 @@
[% tprintf(loc('Hi %s'), c.user.name || c.user.email) %]
</p><p><a href="/auth/sign_out">[% loc('sign out') %]</a>
</p>
- [% ELSE %]
- <ul id="main-menu">
- <li><[% IF c.req.uri.path == '/' %]span[% ELSE %]a href="/"[% END %]
- >[% loc("Report a problem") %]</[% c.req.uri.path == '/' ? 'span' : 'a' %]></li>[%
- %]<li><[% IF c.req.uri.path == '/reports' %]span[% ELSE %]a href="/reports"[% END
- %]>[% loc("All reports") %]</[% c.req.uri.path == '/reports' ? 'span' : 'a' %]></li>[%
- %]<li><[% IF c.req.uri.path == '/faq' %]span[% ELSE %]a href="/faq"[% END
- %]>[% loc("Help") %]</[% c.req.uri.path == '/faq' ? 'span' : 'a' %]></li>
- </ul>
[% END %]
</div>
</div>