X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/cf5d51e7b8c9172906f7943d2d70b6b37801a2c4..refs/pull/3433/head:/resources/views/comments/comments.blade.php diff --git a/resources/views/comments/comments.blade.php b/resources/views/comments/comments.blade.php index fc81f13ee..140d0d027 100644 --- a/resources/views/comments/comments.blade.php +++ b/resources/views/comments/comments.blade.php @@ -1,23 +1,23 @@ -
+
- @exposeTranslations([ - 'entities.comment_updated_success', - 'entities.comment_deleted_success', - 'entities.comment_created_success', - 'entities.comment_count', - ]) - -
+
{{ trans_choice('entities.comment_count', count($page->comments), ['count' => count($page->comments)]) }}
@if (count($page->comments) === 0 && userCan('comment-create-all')) -
+
@endif
-
+
@foreach($page->comments as $comment) @include('comments.comment', ['comment' => $comment]) @endforeach @@ -27,7 +27,7 @@ @include('comments.create') @if (count($page->comments) > 0) -
+