File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments