]> BookStack Code Mirror - bookstack/blobdiff - resources/views/pages/show.blade.php
Comments: Moved to tab UI, Converted tabs component to ts
[bookstack] / resources / views / pages / show.blade.php
index e3a31dd5ebf1bcd18b6ce0977565ed6ef7db5d11..137d43bdb1af376794963266d216864e8e92633b 100644 (file)
     @include('entities.sibling-navigation', ['next' => $next, 'previous' => $previous])
 
     @if ($commentTree->enabled())
-        @if(($previous || $next))
-            <div class="px-xl print-hidden">
-                <hr class="darker">
-            </div>
-        @endif
-
         <div class="comments-container mb-l print-hidden">
             @include('comments.comments', ['commentTree' => $commentTree, 'page' => $page])
             <div class="clearfix"></div>