Commit d217c3fa authored by Jake Hartnell's avatar Jake Hartnell

Change annotation card action from 'share' to 'link'

Updated text, tooltip, and icon for the link to the standalone page.
parent dde3d773
...@@ -142,11 +142,12 @@ ...@@ -142,11 +142,12 @@
<span class="share-dialog-wrapper"> <span class="share-dialog-wrapper">
<button class="small btn-clean" <button class="small btn-clean"
ng-click="share($event)" ng-click="share($event)"
><i class="h-icon-share btn-icon"></i> Share</button> ><i class="h-icon-insert-link btn-icon"></i> Link</button>
<span class="share-dialog" ng-click="$event.stopPropagation()"> <span class="share-dialog" ng-click="$event.stopPropagation()">
<a class="h-icon-share" <a target="_blank"
target="_blank" class="h-icon-insert-link"
ng-href="{{vm.annotationURI}}"></a> ng-href="{{vm.annotationURI}}"
title="Open in new tab"></a>
<input type="text" value="{{vm.annotationURI}}" readonly> <input type="text" value="{{vm.annotationURI}}" readonly>
</span> </span>
</span> </span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment