Commit e47dd7ba authored by Robert Knight's avatar Robert Knight

Remove the 'This annotation will be visible to ...' text

This text has been obsoleted by the new 'Post to XXX' design
which makes it clearer who new annotations will be visible to.

Card 89
parent 60c645e4
......@@ -126,21 +126,6 @@
><i class="h-icon-cancel btn-icon"></i> Cancel</button>
</div>
<div class="small" ng-if="vm.editing">
<p ng-if="vm.isPrivate()">
<i class="h-icon-lock"></i>
This annotation will be visible only to you.
</p>
<p ng-if="vm.isShared() && vm.group().public">
<i class="h-icon-public"></i>
This annotation will be visible to everyone.
</p>
<p ng-if="vm.isShared() && !vm.group().public">
<i class="h-icon-group"></i>
This annotation will be visible to everyone in <strong ng-bind="vm.group().name"></strong>.
</p>
</div>
<div class="annotation-section annotation-license"
ng-show="vm.isShared() && vm.editing">
<a href="http://creativecommons.org/publicdomain/zero/1.0/"
......
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