New todo items.

This commit is contained in:
Sander Dorigo
2014-10-28 11:10:40 +01:00
parent fc91372dd0
commit 004488d453
39 changed files with 37 additions and 39 deletions

View File

@@ -13,7 +13,7 @@
end of the [period], congratulations! You have saved money!
</p>
</div>
</div>
</div><!-- TODO cleanup to match new theme & form -->
{{Form::open(['class' => 'form-horizontal','url' => route('budgets.store')])}}

View File

@@ -25,7 +25,7 @@
</p>
</div>
</div>
</div><!-- TODO cleanup to match new theme & form -->
<div class="row">
<div class="col-lg-6">

View File

@@ -28,7 +28,7 @@
</div>
</div>
</div><!-- TODO cleanup to match new theme & form -->
<div class="row">
<div class="col-lg-6 col-md-12 col-sm-6">

View File

@@ -25,7 +25,7 @@
</div>
</p>
</div>
</div>
</div><!-- TODO cleanup to match new theme & form -->
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12">
<table class="table table-bordered table-striped">

View File

@@ -23,7 +23,7 @@
<a class="btn btn-default" href ="{{route('budgets.limits.create')}}?from=date"><span class="glyphicon glyphicon-plus-sign"></span> Create a new envelope</a>
</div>
</div>
</div>
</div><!-- TODO cleanup to match new theme & form -->
<!-- count = zero! -->

View File

@@ -9,7 +9,7 @@
and {{Session::get('end')->format('d M Y')}}.
</p>
@endif
</div>
</div><!-- TODO cleanup to match new theme & form -->
</div>
@if($transactions->count() > 0)
<div class="row">

View File

@@ -1,6 +1,6 @@
@extends('layouts.default')
@section('content')
<div class="row">
<div class="row"><!-- TODO cleanup to match new theme & form -->
<div class="col-lg-12 col-md-12 col-sm-12">
<p class="lead">Budgets can help you cut back on spending.</p>