X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/e7dcc2dcdf9e709523705a2b9ea9ffb7dedda59b..refs/pull/5721/head:/resources/views/comments/comments.blade.php diff --git a/resources/views/comments/comments.blade.php b/resources/views/comments/comments.blade.php index 882cfdf45..a5f0168a5 100644 --- a/resources/views/comments/comments.blade.php +++ b/resources/views/comments/comments.blade.php @@ -3,7 +3,6 @@ option:page-comments:created-text="{{ trans('entities.comment_created_success') }}" option:page-comments:count-text="{{ trans('entities.comment_thread_count') }}" option:page-comments:archived-count-text="{{ trans('entities.comment_archived_count') }}" - option:page-comments:wysiwyg-language="{{ $locale->htmlLang() }}" option:page-comments:wysiwyg-text-direction="{{ $locale->htmlDirection() }}" class="comments-list tab-container" aria-label="{{ trans('entities.comments') }}"> @@ -24,19 +23,20 @@ aria-selected="false">{{ trans_choice('entities.comment_archived_count', count($commentTree->getArchived())) }} @if ($commentTree->empty() && userCan('comment-create-all')) -
+
+ class="button outline mb-m ml-auto">{{ trans('entities.comment_add') }}
@endif
+ class="comment-container no-outline">
@foreach($commentTree->getActive() as $branch) @include('comments.comment-branch', ['branch' => $branch, 'readOnly' => false]) @@ -48,10 +48,10 @@ @if(userCan('comment-create-all')) @include('comments.create') @if (!$commentTree->empty()) -
+
+ class="button outline mb-m ml-auto">{{ trans('entities.comment_add') }}
@endif @endif @@ -63,7 +63,7 @@ role="tabpanel" aria-labelledby="comment-tab-archived" hidden="hidden" - class="comment-container"> + class="comment-container no-outline"> @foreach($commentTree->getArchived() as $branch) @include('comments.comment-branch', ['branch' => $branch, 'readOnly' => false]) @endforeach @@ -72,7 +72,6 @@ @if(userCan('comment-create-all') || $commentTree->canUpdateAny()) @push('body-end') - @include('form.editor-translations') @include('entities.selector-popup') @endpush