cms/app-client/app/templates/components/notice-location-component.hbs
changeset 502 74fba571487e
parent 492 acecbffac2c4
--- a/cms/app-client/app/templates/components/notice-location-component.hbs	Mon Feb 06 16:05:02 2017 +0100
+++ b/cms/app-client/app/templates/components/notice-location-component.hbs	Wed Feb 08 15:25:24 2017 +0100
@@ -2,7 +2,7 @@
 {{#if geoInfo.ref-locs }}
 <ul>
   {{#if geonamesLink }}
-  <li>{{doc-location url=geonamesLink displayUrlLink=true}}</li>
+  <li>{{doc-location url=geonamesLink displayUrlLink=true onClick=(action 'addLocationFilter' countryCode)}}</li>
   {{/if}}
   {{#each otherRefLinks as |link| }}
   <li><a href={{link}} target="_blank" class="notice-location-ext-link">{{link}}</a></li>