From: Dan Brown Date: Tue, 7 May 2019 21:10:54 +0000 (+0100) Subject: Fixed 404 card header fonts X-Git-Tag: v0.26.1~1^2~4 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/4329fee2c97d19a359a7a6ab88cc8406f1b81d5b Fixed 404 card header fonts Fixes #1427 --- diff --git a/resources/views/errors/404.blade.php b/resources/views/errors/404.blade.php index e13e1fce9..228c51520 100644 --- a/resources/views/errors/404.blade.php +++ b/resources/views/errors/404.blade.php @@ -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'])