diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2011-10-24 23:18:02 +0200 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2011-10-24 23:18:02 +0200 |
commit | c084ba5875643f91f03ea7bbb4e9dccbb257dea3 (patch) | |
tree | 0bd884784f09a020b0dc46215eb5840ca1e9fe98 | |
parent | b47cfcf0c7faea2fa4be8e6f90aa705d4db99dec (diff) |
Show link to enable stale reports also for the Norwegian site.
-rwxr-xr-x | templates/web/default/around/display_location.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/default/around/display_location.html b/templates/web/default/around/display_location.html index 8d8e1dc3c..f091de0f2 100755 --- a/templates/web/default/around/display_location.html +++ b/templates/web/default/around/display_location.html @@ -53,7 +53,7 @@ [% ELSE %] <a id='hide_pins_link' rel='nofollow' href='[% c.uri_with( { no_pins => 1 } ) %]'>[% loc('Hide pins') %]</a> [% END %] - [% IF c.cobrand.country == 'GB' %] + [% IF c.cobrand.country == 'GB' || c.cobrand.country == 'NO' %] | [% IF c.req.params.all_pins %] <a id='all_pins_link' rel='nofollow' href='[% c.uri_with( { no_pins => undef, all_pins => undef } ) %]'>[% loc('Hide stale reports') %]</a> |