mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
@ -34,7 +34,7 @@
|
||||
@yield('content')
|
||||
</section>
|
||||
|
||||
<div back-to-top class="primary-background">
|
||||
<div back-to-top class="primary-background print-hidden">
|
||||
<div class="inner">
|
||||
@icon('chevron-up') <span>{{ trans('common.back_to_top') }}</span>
|
||||
</div>
|
||||
|
@ -8,7 +8,7 @@
|
||||
|
||||
@section('body')
|
||||
|
||||
<div class="mb-m">
|
||||
<div class="mb-m print-hidden">
|
||||
@include('partials.breadcrumbs', ['crumbs' => [
|
||||
$chapter->book,
|
||||
$chapter,
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
@section('body')
|
||||
|
||||
<div class="mb-m">
|
||||
<div class="mb-m print-hidden">
|
||||
@include('partials.breadcrumbs', ['crumbs' => [
|
||||
$page->$book,
|
||||
$page->chapter,
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
@section('body')
|
||||
|
||||
<div class="mb-m">
|
||||
<div class="mb-m print-hidden">
|
||||
@include('partials.breadcrumbs', ['crumbs' => [
|
||||
$page->book,
|
||||
$page->hasChapter() ? $page->chapter : null,
|
||||
@ -18,7 +18,7 @@
|
||||
</div>
|
||||
|
||||
@if ($commentsEnabled)
|
||||
<div class="container small p-none comments-container mb-l">
|
||||
<div class="container small p-none comments-container mb-l print-hidden">
|
||||
@include('comments.comments', ['page' => $page])
|
||||
<div class="clearfix"></div>
|
||||
</div>
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
@section('content')
|
||||
|
||||
<div class="tri-layout-mobile-tabs text-primary" >
|
||||
<div class="tri-layout-mobile-tabs text-primary print-hidden">
|
||||
<div class="grid half no-break no-gap">
|
||||
<div class="tri-layout-mobile-tab px-m py-s" tri-layout-mobile-tab="info">
|
||||
{{ trans('common.tab_info') }}
|
||||
|
Reference in New Issue
Block a user