]> BookStack Code Mirror - bookstack/blobdiff - resources/views/errors/404.blade.php
Updated not-found image path handling to have better ux
[bookstack] / resources / views / errors / 404.blade.php
index 02f97fc546fcbc195ec04421731fba44b15cfb1d..b3325ba828805da62ae78a7d3ca0b0fe8cd81bff 100644 (file)
@@ -7,8 +7,8 @@
         <div class="grid half v-center">
             <div>
                 <h1 class="list-heading">{{ $message ?? trans('errors.404_page_not_found') }}</h1>
-                <h5>{{ trans('errors.sorry_page_not_found') }}</h5>
-                <p>{{ trans('errors.sorry_page_not_found_permission_warning') }}</p>
+                <h5>{{ $subtitle ?? trans('errors.sorry_page_not_found') }}</h5>
+                <p>{{ $details ?? trans('errors.sorry_page_not_found_permission_warning') }}</p>
             </div>
             <div class="text-right">
                 @if(!signedInUser())