#47 - Adds comment level permissions to the front-end.

This commit is contained in:
Abijeet
2017-06-04 11:17:14 +05:30
parent 6ff440e677
commit 2fd421b115
7 changed files with 41 additions and 15 deletions

View File

@ -12,5 +12,7 @@
</div>
</div>
@include('comments/comment-reply', ['pageId' => $pageId])
<div ng-if="::vm.canComment()">
@include('comments/comment-reply', ['pageId' => $pageId])
</div>
</div>