equal
deleted
inserted
replaced
1 {{#if isLocationLink}} |
1 {{#if isLocationLink}} |
2 <a href="{{url}}" target="_blank" title="{{url}}" class="bo-doc-ref-link doc-link-geonames"> |
2 {{#if onClick }} |
|
3 <span {{ action onClick }} title={{url}} class="bo-doc-ref-link doc-link-geonames">{{#if resolvedLabel}}{{resolvedLabel}}{{else}}{{code}}{{/if}}</span> |
|
4 {{else}} |
|
5 <a href="{{url}}" target="_blank" title="{{url}}" class="bo-doc-ref-link doc-link-geonames"> |
|
6 {{#if resolvedLabel}}{{resolvedLabel}}{{else}}{{code}}{{/if}} |
|
7 </a> |
|
8 {{/if}} |
|
9 {{#if displayUrlLink}}<a href="{{url}}" target="_blank" title={{url}} class="bo-doc-ref-url doc-link-geonames-url"> </a>{{/if}} |
|
10 {{else}} |
3 {{#if resolvedLabel}}{{resolvedLabel}}{{else}}{{code}}{{/if}} |
11 {{#if resolvedLabel}}{{resolvedLabel}}{{else}}{{code}}{{/if}} |
4 </a> |
|
5 {{#if displayUrlLink}}<a href="{{url}}" target="_blank" title={{url}} class="bo-doc-ref-url doc-link-geonames-url"> </a>{{/if}} |
|
6 {{else}} |
|
7 {{#if resolvedLabel}}{{resolvedLabel}}{{else}}{{code}}{{/if}} |
|
8 {{/if}} |
12 {{/if}} |