equal
deleted
inserted
replaced
1 <div class="notice-location-meta"> |
1 <div class="notice-location-meta"> |
2 {{#if geoInfo.ref-locs }} |
2 {{#if geoInfo.ref-locs }} |
3 <ul> |
3 <ul> |
4 {{#if geonamesLink }} |
4 {{#if geonamesLink }} |
5 <li>{{doc-location url=geonamesLink displayUrlLink=true}}</li> |
5 <li>{{doc-location url=geonamesLink displayUrlLink=true onClick=(action 'addLocationFilter' countryCode)}}</li> |
6 {{/if}} |
6 {{/if}} |
7 {{#each otherRefLinks as |link| }} |
7 {{#each otherRefLinks as |link| }} |
8 <li><a href={{link}} target="_blank" class="notice-location-ext-link">{{link}}</a></li> |
8 <li><a href={{link}} target="_blank" class="notice-location-ext-link">{{link}}</a></li> |
9 {{/each}} |
9 {{/each}} |
10 </ul> |
10 </ul> |