Improve client boot failure error message/appearance

This commit is contained in:
Toby Zerner 2015-10-21 09:59:22 +10:30
parent 5bec750f12
commit a275e308fb

View File

@ -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