mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 10:47:00 +00:00 
			
		
		
		
	Some general cleaning up in the menu's and the various controllers. Added a new class (yet to be tested) and removed most of the "piggy bank"-implementation in anticipation of the ideas from issue #6. Fixed a bug in the default user seeder.
This commit is contained in:
		| @@ -22,6 +22,13 @@ | ||||
|             * <small>Every month, week, year, etc.</small> | ||||
|         </p> | ||||
|  | ||||
|         <p> | ||||
|             <div class="btn-group"> | ||||
|             <a href="{{route('budgets.create')}}" class="btn btn-success"><span class="glyphicon glyphicon-plus"></span> Create a new budget</a> | ||||
|             <a href="{{route('budgets.limits.create')}}" class="btn btn-success"><span class="glyphicon glyphicon-plus"></span> Create a new envelope</a> | ||||
|             </div> | ||||
|         </p> | ||||
|  | ||||
|         <div class="btn-group"> | ||||
|             <a class="btn btn-default" href ="{{route('budgets.index')}}"><span class="glyphicon glyphicon-indent-left"></span> Group by date</a> | ||||
|             <a class="btn btn-default" href ="{{route('budgets.create')}}?from=budget"><span class="glyphicon glyphicon-plus-sign"></span> Create a new budget</a> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user