Commit 8f6bd339 authored by Randall Leeds's avatar Randall Leeds

Show a sign in message in unsaved annotations

Since there is no username, collapsing a draft when not signed in
had been causing the annotation to disappear completely. Now, there
is a clear prompt that holds the space.
parent 3271062c
......@@ -35,6 +35,8 @@
<!-- / Editing controls -->
</span>
<span ng-if="!vm.annotation.user">Sign in to save this annotation.</span>
<span class="annotation-collapsed-replies">
<a class="reply-count small" href=""
ng-click="replyCountClick()"
......
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