1
0
mirror of https://github.com/flarum/core.git synced 2025-08-30 03:20:36 +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 8a54b362c7
commit 38c2ff0306
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>