mirror of
https://github.com/flarum/framework.git
synced 2024-12-11 21:43:38 +08:00
Improve client boot failure error message/appearance
This commit is contained in:
parent
5bec750f12
commit
a275e308fb
|
@ -1,6 +1,13 @@
|
|||
@if (! $noJs) <noscript> @endif
|
||||
<div class="Alert">
|
||||
<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>
|
||||
@if ($noJs)
|
||||
Something went wrong while trying to load the full version of this site.
|
||||
@else
|
||||
This site is best viewed in a modern browser with JavaScript enabled.
|
||||
@endif
|
||||
</div>
|
||||
{!! $content !!}
|
||||
</div>
|
||||
|
||||
{!! $content !!}
|
||||
@if (! $noJs) </noscript> @endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user