1
0
mirror of https://github.com/flarum/core.git synced 2025-07-25 10:41:24 +02:00

Fix admin

This commit is contained in:
Toby Zerner
2015-05-05 09:16:53 +09:30
parent 25daca8685
commit c4e18488b9
4 changed files with 25 additions and 23 deletions

View File

@@ -6,7 +6,6 @@
<title>{{ $title }}</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1">
<base href="/">
@foreach ($styles as $file)
<link rel="stylesheet" href="{{ str_replace(public_path(), '', $file) }}">
@endforeach