1
0
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:
Toby Zerner
2015-07-07 19:23:13 +09:30
parent f17c3a2778
commit 662a4dc54f
9 changed files with 518 additions and 170 deletions

View File

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