mirror of
https://github.com/sismics/docs.git
synced 2025-12-13 17:56:20 +00:00
Closes #128: Delete cursor on comment delete button
This commit is contained in:
@@ -107,7 +107,7 @@
|
|||||||
<p>
|
<p>
|
||||||
{{ comment.content }}<br />
|
{{ comment.content }}<br />
|
||||||
<span class="text-muted">{{ comment.create_date | date: 'yyyy-MM-dd' }}</span>
|
<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-show="document.writable || userInfo.username == comment.creator"
|
||||||
ng-click="deleteComment(comment)">Delete</span>
|
ng-click="deleteComment(comment)">Delete</span>
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user