Commit b69809a4 authored by Robert Knight's avatar Robert Knight

Merge pull request #2678 from...

Merge pull request #2678 from hypothesis/trello-135-while-drafting-an-annotation-the-group-name-or-lack-thereof-should-reflect-its-current-visibility

Show "Only Me" when editing a private annotation
parents 82ade33e 1bef42e2
......@@ -21,7 +21,7 @@
</a>
</span>
<i class="h-icon-border-color" ng-show="vm.isHighlight() && !vm.editing" title="This is a highlight. Click 'edit' to add a note or tag."></i>
<span ng-show="vm.isPrivate() && !vm.editing"
<span ng-show="vm.isPrivate()"
title="This annotation is visible only to you.">
<i class="h-icon-lock"></i> Only Me
</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