diff options
Diffstat (limited to 'templates/web')
-rw-r--r-- | templates/web/bromley/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/bromley/header.html b/templates/web/bromley/header.html index 527dd6b1f..50b0f8fa1 100644 --- a/templates/web/bromley/header.html +++ b/templates/web/bromley/header.html @@ -61,7 +61,7 @@ %]>[% loc("All reports") %]</[% c.req.uri.path == '/reports' ? 'span' : 'a' %]></li>[% %]<li><[% IF c.req.uri.path == '/alert' %]span[% ELSE %]a href="/alert[% pc ? '/list?pc=' : '' %][% pc | uri %]"[% END %]>[% loc("Local alerts") %]</[% c.req.uri.path == '/alert' ? 'span' : 'a' %]></li>[% - %]<li><[% IF c.req.uri.path == '/faq' %]span[% ELSE %]a href="/faq"[% END + %]<li class="last"><[% IF c.req.uri.path == '/faq' %]span[% ELSE %]a href="/faq"[% END %]>[% loc("Help") %]</[% c.req.uri.path == '/faq' ? 'span' : 'a' %]></li> </ul> </div> |