mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	This implements #377
This commit is contained in:
		
							
								
								
									
										23
									
								
								resources/views/transactions/index-all.twig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								resources/views/transactions/index-all.twig
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,23 @@ | ||||
| {% extends "./layout/default" %} | ||||
|  | ||||
| {% block breadcrumbs %} | ||||
|     {{ Breadcrumbs.renderIfExists(Route.getCurrentRoute.getName, what) }} | ||||
| {% endblock %} | ||||
|  | ||||
| {% block content %} | ||||
|     <div class="row"> | ||||
|         <div class="col-lg-12 col-sm-12 col-md-12"> | ||||
|             <div class="box"> | ||||
|                 <div class="box-header with-border"> | ||||
|                     <h3 class="box-title">{{ subTitle }}</h3> | ||||
|                 </div> | ||||
|                 <div class="box-body"> | ||||
|                     {% include 'list.journals-tasker' %} | ||||
|                 </div> | ||||
|             </div> | ||||
|         </div> | ||||
|     </div> | ||||
| {% endblock %} | ||||
| {% block scripts %} | ||||
|     <script type="text/javascript" src="js/ff/transactions/list.js"></script> | ||||
| {% endblock %} | ||||
		Reference in New Issue
	
	Block a user