mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
New todo items.
This commit is contained in:
@@ -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')])}}
|
||||
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
</p>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div><!-- TODO cleanup to match new theme & form -->
|
||||
|
||||
<div class="row">
|
||||
<div class="col-lg-6">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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! -->
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user