aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetter Reinholdtsen <pere@hungry.com>2011-09-01 10:03:06 +0200
committerPetter Reinholdtsen <pere@hungry.com>2011-09-01 10:03:06 +0200
commit2e243538efaec51e1107cb736041ed0877433eff (patch)
tree2c75950ba6f9c63703b9bb1b1da587bed5aa8542
parent0ee7e61af12c2ab11a9a5e758bcb4112ed44a28e (diff)
Add link to personal page.
-rw-r--r--templates/web/fiksgatami/footer.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/fiksgatami/footer.html b/templates/web/fiksgatami/footer.html
index 173963ff8..986db3967 100644
--- a/templates/web/fiksgatami/footer.html
+++ b/templates/web/fiksgatami/footer.html
@@ -3,6 +3,7 @@
<h2 class="v">[% loc('Navigation') %]</h2>
<ul id="navigation">
<li><a href="/">[% loc("Report a problem") %]</a></li>
+<li id="nav_new"><a href="/my">[% loc("Your reports") %]</a></li>
<li><a href="/reports">[% loc("All reports") %]</a></li>
<li><a href="[% c.uri_for('/alert', {pc => pc}) | html %]">[% loc("Local alerts") %]</a></li>
<li><a href="/faq">[% loc("Help") %]</a></li>