Skip to content

Commit f0e02a6

Browse files
committed
Close #26
1 parent 1a14172 commit f0e02a6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

client/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@
9090
</header>
9191
<div an-annotatable
9292
an-image="image"
93-
show-annotations="view === 'single'"
94-
can-annotate="!addingImages && view === 'single'"
93+
show-annotations="true"
94+
can-annotate="!addingImages"
9595
></div>
9696
<footer>
9797
<span class="has-older" ng-show="image.metadata.previous">Has an older version.</span>

client/templates/anAnnotation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</ul>
3333
<h1>New Comment:</h1>
3434
<textarea ng-model="newComment" ng-keyup="($event.keyCode == 13 && !$event.shiftKey) && addComment(newComment, $event)"></textarea>
35-
<button type="submit" ng-click="addComment(newComment, $event)">submit</button>
35+
<button type="submit" class="pill" ng-click="addComment(newComment, $event)">submit</button>
3636
</div>
3737
</div>
3838
</section>

0 commit comments

Comments
 (0)