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/admin/index.twig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								resources/views/v2/admin/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 %} | ||||
							
								
								
									
										16
									
								
								resources/views/v2/bills/index.twig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								resources/views/v2/bills/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 %} | ||||
							
								
								
									
										16
									
								
								resources/views/v2/budgets/index.twig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								resources/views/v2/budgets/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 %} | ||||
							
								
								
									
										16
									
								
								resources/views/v2/categories/index.twig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								resources/views/v2/categories/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 %} | ||||
							
								
								
									
										16
									
								
								resources/views/v2/currencies/index.twig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								resources/views/v2/currencies/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 %} | ||||
							
								
								
									
										16
									
								
								resources/views/v2/export/index.twig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								resources/views/v2/export/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 %} | ||||
| @@ -45,13 +45,10 @@ | ||||
|                                 {{ subTitle }}</small></h1> | ||||
|                     </div><!-- /.col --> | ||||
|                     <div class="col-sm-6"> | ||||
|                         {{ ff3bc(bcArgs) }} | ||||
|                         <!-- | ||||
|                         <ol class="breadcrumb float-sm-right"> | ||||
|                             <li class="breadcrumb-item"><a href="#">Home</a></li> | ||||
|                             <li class="breadcrumb-item active">Bread crumbs v1</li> | ||||
|                         </ol> | ||||
|                         --> | ||||
|                     </div><!-- /.col --> | ||||
|                 </div><!-- /.row --> | ||||
|             </div><!-- /.container-fluid --> | ||||
|   | ||||
| @@ -179,6 +179,12 @@ | ||||
|                                 <p>{{ 'tags'|_ }}</p> | ||||
|                             </a> | ||||
|                         </li> | ||||
|                         <li class="nav-item"> | ||||
|                             <a href="{{ route('object-groups.index') }}" class="nav-link"> | ||||
|                                 <i class="far fa-envelope nav-icon"></i> | ||||
|                                 <p>{{ 'object_groups_menu_bar'|_ }}</p> | ||||
|                             </a> | ||||
|                         </li> | ||||
|                     </ul> | ||||
|                 </li> | ||||
|  | ||||
| @@ -209,18 +215,22 @@ | ||||
|                         </p> | ||||
|                     </a> | ||||
|                     <ul class="nav nav-treeview"> | ||||
|                         <!-- | ||||
|                         <li class="nav-item"> | ||||
|                             <a href="{{ route('profile.index') }}" class="nav-link"> | ||||
|                                 <i class="far fa-user nav-icon"></i> | ||||
|                                 <p>{{ 'profile'|_ }}</p> | ||||
|                             </a> | ||||
|                         </li> | ||||
|                         --> | ||||
|                         <!-- | ||||
|                         <li class="nav-item"> | ||||
|                             <a href="{{ route('preferences.index') }}" class="nav-link"> | ||||
|                                 <i class="fas fa-cogs nav-icon"></i> | ||||
|                                 <p>{{ 'preferences'|_ }}</p> | ||||
|                             </a> | ||||
|                         </li> | ||||
|                         --> | ||||
|                         <li class="nav-item"> | ||||
|                             <a href="{{ route('currencies.index') }}" class="nav-link"> | ||||
|                                 <i class="fas fa-euro-sign nav-icon"></i> | ||||
|   | ||||
							
								
								
									
										16
									
								
								resources/views/v2/piggy-banks/index.twig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								resources/views/v2/piggy-banks/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 %} | ||||
							
								
								
									
										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 %} | ||||
							
								
								
									
										16
									
								
								resources/views/v2/reports/index.twig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								resources/views/v2/reports/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 %} | ||||
							
								
								
									
										16
									
								
								resources/views/v2/rules/index.twig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								resources/views/v2/rules/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 %} | ||||
							
								
								
									
										16
									
								
								resources/views/v2/tags/index.twig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								resources/views/v2/tags/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 %} | ||||
							
								
								
									
										16
									
								
								resources/views/v2/transactions/index.twig
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								resources/views/v2/transactions/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