X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/7cda9b026e11b67c861faa76dd1ce402467fe30b..refs/pull/1688/head:/resources/views/errors/404.blade.php diff --git a/resources/views/errors/404.blade.php b/resources/views/errors/404.blade.php index e13e1fce9..c1937ff23 100644 --- a/resources/views/errors/404.blade.php +++ b/resources/views/errors/404.blade.php @@ -10,7 +10,7 @@
{{ trans('errors.sorry_page_not_found') }}
- {{ trans('errors.return_home') }} + {{ trans('errors.return_home') }}
@@ -20,7 +20,7 @@
-

{{ trans('entities.pages_popular') }}

+

{{ trans('entities.pages_popular') }}

@include('partials.entity-list', ['entities' => Views::getPopular(10, 0, 'page'), 'style' => 'compact'])
@@ -28,7 +28,7 @@
-

{{ trans('entities.books_popular') }}

+

{{ trans('entities.books_popular') }}

@include('partials.entity-list', ['entities' => Views::getPopular(10, 0, 'book'), 'style' => 'compact'])
@@ -36,7 +36,7 @@
-

{{ trans('entities.chapters_popular') }}

+

{{ trans('entities.chapters_popular') }}

@include('partials.entity-list', ['entities' => Views::getPopular(10, 0, 'chapter'), 'style' => 'compact'])