diff -r 706f10bcdc3c -r f5690d918358 common/corpus-common-addon/addon/templates/components/doc-location.hbs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/common/corpus-common-addon/addon/templates/components/doc-location.hbs Sun Oct 02 19:14:07 2016 +0200 @@ -0,0 +1,7 @@ +{{#if isLocationLink}} + + {{#if resolvedLabel}}{{resolvedLabel}}{{else}}{{code}}{{/if}} + +{{else}} +{{#if resolvedLabel}}{{resolvedLabel}}{{else}}{{code}}{{/if}} +{{/if}}