Merge pull request #292 from JoeForks/fix/clean-layout

Removed wrapper from clean layout
This commit is contained in:
Joe Cohen
2015-01-05 13:04:01 -06:00

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>