New layout

This commit is contained in:
Joseph Cohen
2014-12-29 10:15:25 -06:00
parent 9fb5931fe6
commit b164d07ac1
28 changed files with 499 additions and 870 deletions
+10 -8
View File
@@ -2,13 +2,15 @@
@section('content')
<div class="header">
<i class="fa fa-dashboard"></i> {{ Lang::get('cachet.dashboard.dashboard') }}
</div>
<div class="row">
<div class="col-md-12">
<h3>Dashboard</h3>
<p class='lead'>Let's put cool things here.</p>
</div>
<span class="uppercase">
<i class="icon ion-speedometer"></i> {{ Lang::get('cachet.dashboard.dashboard') }}
</span>
</div>
<div class="content-wrapper">
<div class="row">
<div class="col-md-12">
<p class='lead'>Let's put cool things here.</p>
</div>
</div>
</div>
@stop