X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/756ee0b172034de7a36d7307b0b90afb26f81665..refs/pull/846/head:/resources/views/comments/comments.blade.php diff --git a/resources/views/comments/comments.blade.php b/resources/views/comments/comments.blade.php index fcf284b26..3d7763e22 100644 --- a/resources/views/comments/comments.blade.php +++ b/resources/views/comments/comments.blade.php @@ -1,11 +1,40 @@ -
-

@{{totalCommentsStr}}

-
- -
- - -
+
+

{{ trans_choice('entities.comment_count', count($page->comments), ['count' => count($page->comments)]) }}

+ +
+ @foreach($page->comments as $comment) + @include('comments.comment', ['comment' => $comment]) + @endforeach +
+ + + @if(userCan('comment-create-all')) + + + +
+ +
+ @endif +
\ No newline at end of file