diff options
author | Struan Donald <struan@exo.org.uk> | 2011-10-25 18:14:39 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2011-10-25 18:14:39 +0100 |
commit | cf55f6ea441c96d3a822344cf48a57e5c58d0014 (patch) | |
tree | 82c6b1f36407c275578387bba3ad3dc881819643 /templates/web | |
parent | 850de5600f6f96f058cdd2e1d414f9d062b38885 (diff) | |
parent | c084ba5875643f91f03ea7bbb4e9dccbb257dea3 (diff) |
Merge remote branch 'origin/master'
Diffstat (limited to 'templates/web')
-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> |