Closes #128: Delete cursor on comment delete button

This commit is contained in:
jendib 2017-05-07 01:27:24 +02:00
parent c352b94b38
commit e38bdbe508

View File

@ -107,7 +107,7 @@
<p>
{{ comment.content }}<br />
<span class="text-muted">{{ comment.create_date | date: 'yyyy-MM-dd' }}</span>
<span class="text-muted pull-right btn-link"
<span class="text-muted pull-right btn-link pointer"
ng-show="document.writable || userInfo.username == comment.creator"
ng-click="deleteComment(comment)">Delete</span>
</p>