X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/e7dcc2dcdf9e709523705a2b9ea9ffb7dedda59b..refs/pull/5681/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..f27127e97 100644 --- a/resources/views/comments/comments.blade.php +++ b/resources/views/comments/comments.blade.php @@ -24,19 +24,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 +49,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 +64,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