Skip to content

Commit

Permalink
Better ident
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdekruijk committed Jan 11, 2018
1 parent 253d538 commit 98d7608
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/views/admin.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable = no">
<title>{{ str_replace('www.','',$_SERVER['HTTP_HOST']) }} - Admin @yield('title')</title>
<link href="{{asset('/vendor/larapages/css/admin.css')}}" rel="stylesheet">
@if (config('larapages.css'))
@foreach (config('larapages.css') as $css)
@if (config('larapages.css'))
@foreach (config('larapages.css') as $css)
<link href="{{$css}}" rel="stylesheet">
@endforeach
@endif
@endforeach
@endif
</head>
<body>
@if (isset($admin))
Expand Down

0 comments on commit 98d7608

Please sign in to comment.