mirror of
				https://github.com/firefly-iii/firefly-iii.git
				synced 2025-10-31 02:36:28 +00:00 
			
		
		
		
	New empty views for new layout
This commit is contained in:
		
							
								
								
									
										16
									
								
								resources/views/v2/recurring/index.twig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								resources/views/v2/recurring/index.twig
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| {% extends "./layout/default" %} | ||||
| {% block content %} | ||||
|     <!-- Small boxes (Stat box) --> | ||||
|  | ||||
|     <!-- Main row --> | ||||
|     <div id="no-page">Hello, I am empty page.</div> | ||||
|     <!-- /.row (main row) --> | ||||
| {% endblock %} | ||||
|  | ||||
| {% block styles %} | ||||
|  | ||||
| {% endblock %} | ||||
|  | ||||
| {% block scripts %} | ||||
|     {# <script src="v2/js/dashboard.js" nonce="{{ JS_NONCE }}"></script>  #} | ||||
| {% endblock %} | ||||
		Reference in New Issue
	
	Block a user