mirror of
https://github.com/flarum/framework.git
synced 2024-11-25 09:41:49 +08:00
fa5c7cb123
And redirect to the "no JS" mode if the JS app crashes on boot. ClientView/ClientAction is all a bit of a mess and will need to be radically cleaned up at some point...
7 lines
274 B
PHP
7 lines
274 B
PHP
@if (! $noJs) <noscript> @endif
|
|
<div class="container">
|
|
<div class="Alert">You're viewing the HTML-only version of {{ $forum->attributes->title }}. Upgrade your browser for the full version.</div>
|
|
</div>
|
|
{!! $content !!}
|
|
@if (! $noJs) </noscript> @endif
|