Remove viaf link on name. correct #0027355
--- a/common/corpus-common-addon/addon/templates/components/doc-contributor.hbs Tue Sep 26 21:41:49 2017 +0200
+++ b/common/corpus-common-addon/addon/templates/components/doc-contributor.hbs Mon Oct 16 15:18:53 2017 +0200
@@ -1,7 +1,7 @@
{{#if isContributorLink}}
-<a href="{{url}}" target="_blank" title="{{url}}" class="bo-doc-ref-link doc-link-viaf">
+<span title="{{url}}" class="bo-doc-ref-link doc-link-viaf">
{{#if resolvedName}}{{resolvedName}}{{else}}{{code}}{{/if}}
-</a>
+</span>
{{#if displayUrlLink}}<a href="{{url}}" target="_blank" title={{url}} class="bo-doc-ref-url doc-link-viaf-url"> </a>{{/if}}
{{else}}
{{#if resolvedName}}{{resolvedName}}{{else}}{{code}}{{/if}}