diff options
author | Struan Donald <struan@exo.org.uk> | 2012-03-27 10:32:11 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2012-03-27 10:32:11 +0100 |
commit | a2fd089c48ce36b3e015845256fa688a27ff1572 (patch) | |
tree | 7a515a48153c855340ba772f046a89e3e3516cf4 /templates/web/barnet | |
parent | f682af8e012def2ee12c2e2607cad7b4fc9f2161 (diff) | |
parent | eba1039023271bac6178776f9e7d48b79a1c43e3 (diff) |
Merge remote-tracking branch 'origin/master' into bromley
Diffstat (limited to 'templates/web/barnet')
-rw-r--r-- | templates/web/barnet/footer.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/web/barnet/footer.html b/templates/web/barnet/footer.html index 9bbeaa7e9..21848963e 100644 --- a/templates/web/barnet/footer.html +++ b/templates/web/barnet/footer.html @@ -14,7 +14,6 @@ <li class="section">[% c.req.uri.path == '/reports/Barnet' ? '<strong>All reports</strong>' : '<a href="/reports/Barnet">All reports</a>' %]</li> <li class="section">[% c.req.uri.path == '/alert' ? '<strong>Local alerts</strong>' : '<a href="/alert">Local alerts</a>' %]</li> <li class="section">[% c.req.uri.path == '/faq' ? '<strong>Help</strong>' : '<a href="/faq">Help</a>' %]</li> - <li class="section">[% c.req.uri.path == '/contact' ? '<strong>Contact</strong>' : '<a href="/contact">Contact</a>' %]</li> </ul> </ul> </div> <!-- end navigation --> |