Cleaned up some views and controllers; basic auto + password change has been fixed.

This commit is contained in:
James Cole
2014-07-02 21:58:40 +02:00
parent 43204a3a95
commit 3a7c543afb
5 changed files with 51 additions and 39 deletions

View File

@@ -7,24 +7,6 @@
</h1>
</div>
</div>
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<h2>Accounts</h2>
<canvas id="myChart" width="1100" height="300"></canvas>
<p><small>[settings]</small></p>
</div>
</div>
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-12">
<h3>Expenses</h3>
</div>
<div class="col-lg-6 col-md-6 col-sm-12">
<h3>Budgets</h3>
</div>
</div>
@stop
@section('scripts')
<script src="assets/javascript/Chart.min.js"></script>
<script src="assets/javascript/index.js"></script>
@stop