1
0
mirror of https://github.com/flarum/core.git synced 2025-07-17 06:41:21 +02:00

Replace $app->url() with url-generated link to index (#2302)

This commit is contained in:
Alexander Skvortsov
2020-09-24 11:30:57 -04:00
committed by GitHub
parent 6d38de9c8f
commit cc48e9ab22

View File

@@ -5,7 +5,7 @@
{{ $message }} {{ $message }}
</p> </p>
<p> <p>
<a href="{{ $app->url() }}"> <a href="{{ $url->to('forum')->base() }}">
{{ $translator->trans('core.views.error.not_found_return_link', ['{forum}' => $settings->get('forum_title')]) }} {{ $translator->trans('core.views.error.not_found_return_link', ['{forum}' => $settings->get('forum_title')]) }}
</a> </a>
</p> </p>