X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/1aa4d0dc59fb118c6cf28fd71af366c1882da74b..refs/pull/846/head:/resources/views/errors/404.blade.php diff --git a/resources/views/errors/404.blade.php b/resources/views/errors/404.blade.php index 7cc67a677..d614edca8 100644 --- a/resources/views/errors/404.blade.php +++ b/resources/views/errors/404.blade.php @@ -6,7 +6,7 @@

 

-

{{ $message or trans('errors.404_page_not_found') }}

+

@icon('danger') {{ $message or trans('errors.404_page_not_found') }}

{{ trans('errors.sorry_page_not_found') }}

{{ trans('errors.return_home') }}

@@ -17,19 +17,19 @@
-

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

+

@icon('page') {{ trans('entities.pages_popular') }}

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

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

+

@icon('book') {{ trans('entities.books_popular') }}

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

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

+

@icon('chapter') {{ trans('entities.chapters_popular') }}

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