Fix the error page using the wrong location for assets

This commit is contained in:
James Brooks
2015-02-21 16:02:48 +00:00
parent 7d49a36353
commit 8a1ee230db

View File

@@ -22,7 +22,7 @@
<title>{{ $pageTitle ?: Setting::get('app_name') }} Status</title>
<link href="//fonts.googleapis.com/css?family=Open+Sans:300,400,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="{{ elixir('css/all.css') }}">
<link rel="stylesheet" href="{{ elixir('dist/css/all.css') }}">
@include('partials.stylesheet')
@@ -34,7 +34,7 @@
@include('partials.crowdin')
<script src="{{ elixir('js/all.js') }}"></script>
<script src="{{ elixir('dist/js/all.js') }}"></script>
</head>
<body class="error-page">
<div class="container">