Removed wrapper from clean layout

This commit is contained in:
Joseph Cohen
2015-01-05 13:02:31 -06:00
parent c941719e56
commit 98eb383bf9

View File

@@ -3,10 +3,8 @@
@include('partials.dashboard.head')
<body class="dashboard">
<div class="wrapper">
<div class="content">
@yield('content')
</div>
<div class="content">
@yield('content')
</div>
</body>
</html>