X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/ec775aec02c0887d5cf2dc23c938a75b7eaf67d2..refs/pull/4467/head:/resources/views/comments/comments.blade.php diff --git a/resources/views/comments/comments.blade.php b/resources/views/comments/comments.blade.php index b79f0fd45..26d286290 100644 --- a/resources/views/comments/comments.blade.php +++ b/resources/views/comments/comments.blade.php @@ -18,7 +18,7 @@
@foreach($commentTree->get() as $branch) - @include('comments.comment-branch', ['branch' => $branch]) + @include('comments.comment-branch', ['branch' => $branch, 'readOnly' => false]) @endforeach