aboutsummaryrefslogtreecommitdiffstats
path: root/templates/web/harrogate/main_menu.html
diff options
context:
space:
mode:
authorDave Arter <davea@mysociety.org>2017-02-08 18:01:35 +0000
committerDave Arter <davea@mysociety.org>2017-02-09 12:34:17 +0000
commit8d0430990845f3949985c4539d31f55f4441c238 (patch)
tree5a7523d20039055b9c73970d2d1616a4de57ea24 /templates/web/harrogate/main_menu.html
parent312df7e5b0224d9aff0767148879a854089e4ee1 (diff)
[Harrogate] Remove unused cobrand
Diffstat (limited to 'templates/web/harrogate/main_menu.html')
-rw-r--r--templates/web/harrogate/main_menu.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/templates/web/harrogate/main_menu.html b/templates/web/harrogate/main_menu.html
deleted file mode 100644
index 4e27c7a97..000000000
--- a/templates/web/harrogate/main_menu.html
+++ /dev/null
@@ -1,20 +0,0 @@
-<ul class="nav-menu [% extra_class %]">
- <li><[% IF c.req.uri.path == '/'
- %]span[% ELSE %]a href="/"[% END %] class="report-a-problem-btn"
- >[% loc("Report a problem") %]</[% c.req.uri.path == '/' ? 'span' : 'a' %]></li>[%
- %]<li><[% IF c.req.uri.path == '/my'
- %]span[% ELSE %]a href="/my"[% END
- %]>[% c.user_exists ? loc("Your account") : loc("Sign in") %]</[% c.req.uri.path == '/my' ? 'span' : 'a' %]></li>[%
- %]<li><[% IF c.req.uri.path == '/reports/Harrogate'
- %]span[% ELSE %]a href="/reports/Harrogate"[% END
- %]>[% loc("All reports") %]</[% c.req.uri.path == '/reports/Harrogate' ? '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
- %]>[% loc("Help") %]</[% c.req.uri.path == '/faq' ? 'span' : 'a' %]></li>[%
- %]<li class="nav-menu__item--privacy"><[% IF c.req.uri.path == '/privacy'
- %]span[% ELSE %]a href="/privacy"[% END
- %]>[% loc("Privacy") %]</[% c.req.uri.path == '/privacy' ? 'span' : 'a' %]></li>
-</ul>