diff options
Diffstat (limited to 'templates/web/emptyhomes/header.html')
-rw-r--r-- | templates/web/emptyhomes/header.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/web/emptyhomes/header.html b/templates/web/emptyhomes/header.html index 9b9193e32..cc2f68ac0 100644 --- a/templates/web/emptyhomes/header.html +++ b/templates/web/emptyhomes/header.html @@ -25,8 +25,14 @@ <div id="navigation"> <ul> <li><a href="/">[% loc("Report a problem") %]</a></li> + <li><a href="/reports">[% loc("All reports") %]</a></li> <li><a href="/faq">[% loc("Help") %]</a></li> <li><a href="/about">[% loc('About us') %]</a></li> + [% IF lang_code == 'en-gb' %] + <li><a href="http://cy.[% c.cobrand.base_host %][% c.req.uri.path_query %]">Cymraeg</a></li> + [% ELSE %] + <li><a href="http://en.[% c.cobrand.base_host %][% c.req.uri.path_query %]">English</a></li> + [% END %] </ul> </div> |