diff options
author | Struan Donald <struan@exo.org.uk> | 2011-05-06 09:54:30 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-05-06 09:54:30 +0100 |
commit | 78fed17f404cb4b3b90ba99edeefeaf8f4c25898 (patch) | |
tree | 0fa4a47a795aab8d34ea60787823ab5214a2cc41 | |
parent | a73cc4ebffb8d10db29581081bab57ae65c23209 (diff) |
use correct list alerts link if pc available
-rw-r--r-- | templates/web/default/footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/footer.html b/templates/web/default/footer.html index 40b44b870..71aaba365 100644 --- a/templates/web/default/footer.html +++ b/templates/web/default/footer.html @@ -5,7 +5,7 @@ <ul id="navigation"> <li><a href="/report/new" >[% loc("Report a problem") %]</a></li> <li><a href="/reports" >[% loc("All reports") %]</a></li> -<li><a href="/alert[% pc | uri %]">[% loc("Local alerts") %]</a></li> +<li><a href="/alert[% pc ? '/list?pc=' : '' %][% pc | uri %]">[% loc("Local alerts") %]</a></li> <li><a href="/faq" >[% loc("Help") %]</a></li> <li><a href="/contact" >[% loc("Contact") %]</a></li> </ul> |