diff options
-rw-r--r-- | templates/web/fiksgatami/footer.html | 1 |
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> |