mirror of
https://github.com/flarum/framework.git
synced 2025-02-07 21:05:00 +08:00
Replace $app->url() with url-generated link to index (#2302)
This commit is contained in:
parent
3a02edb15f
commit
d1cf97df76
|
@ -5,7 +5,7 @@
|
|||
{{ $message }}
|
||||
</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')]) }}
|
||||
</a>
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue
Block a user