mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 08:43:21 +08:00
fc7db914db
app('view') call to set translator is temporary. See #189
14 lines
347 B
PHP
14 lines
347 B
PHP
@if (! $noJs) <noscript> @endif
|
|
<div class="Alert">
|
|
<div class="container">
|
|
@if ($noJs)
|
|
{{ $translator->trans('core.basic.load_error_message') }}
|
|
@else
|
|
{{ $translator->trans('core.basic.javascript_disabled_message') }}
|
|
@endif
|
|
</div>
|
|
</div>
|
|
|
|
{!! $content !!}
|
|
@if (! $noJs) </noscript> @endif
|