mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	First implementation of new template.
This commit is contained in:
		| @@ -1,6 +1,10 @@ | ||||
| {% extends "./layout/default.twig" %} | ||||
| {% block content %} | ||||
|  | ||||
| {% block breadcrumbs %} | ||||
|     {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName, journal) }} | ||||
| {% endblock %} | ||||
|  | ||||
| {% block content %} | ||||
|     {{ Form.open({'class' : 'form-horizontal','id' : 'update','url' : route('transactions.update',journal.id)}) }} | ||||
|  | ||||
| <input type="hidden" name="id" value="{{journal.id}}" /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user