diff options
Diffstat (limited to 'templates/web/zurich/footer.html')
-rw-r--r-- | templates/web/zurich/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/zurich/footer.html b/templates/web/zurich/footer.html index 2304c048e..f70470226 100644 --- a/templates/web/zurich/footer.html +++ b/templates/web/zurich/footer.html @@ -12,7 +12,7 @@ </p><p><a href="/admin">[% loc('Summary') %]</a> | <a href="/auth/sign_out">[% loc('sign out') %]</a> </p> [% END %] - <ul id="main-menu" class="mob-only"> + <ul class="nav-menu nav-menu--main mob-only"> <li><[% IF c.req.uri.path == '/' %]a onclick="$('html, body').animate({scrollTop:0}, 500); return false;" href="#site-header"[% ELSE %]a href="/"[% END %] >[% loc("Report a problem") %]</[% c.req.uri.path == '/' ? 'a' : 'a' %]></li>[% %]<li><[% IF c.req.uri.path == '/reports' %]span[% ELSE %]a href="/reports"[% END |