mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02:00
Finish client action refactoring. closes flarum/core#126
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
@foreach ($styles as $file)
|
||||
<link rel="stylesheet" href="{{ str_replace(public_path(), '', $file) }}">
|
||||
@endforeach
|
||||
|
||||
{!! $head !!}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -37,5 +39,7 @@
|
||||
{!! $content !!}
|
||||
</noscript>
|
||||
@endif
|
||||
|
||||
{!! $foot !!}
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user