mirror of
				https://github.com/fspc/BikeShed-1.git
				synced 2025-10-31 00:45:35 -04:00 
			
		
		
		
	Use latest acts_as_loggable, switch to not wrapping bikes_border because, netzke?
This commit is contained in:
		
							parent
							
								
									873bccb030
								
							
						
					
					
						commit
						1fbf183603
					
				| @ -1,8 +1,8 @@ | ||||
| GIT | ||||
|   remote: git@github.com:spacemunkay/acts_as_loggable.git | ||||
|   revision: fd2c276abad00567a294a1a841dce9861e240c82 | ||||
|   revision: 6033fe5a44878bb374f73fe473fed9a3396ddc74 | ||||
|   specs: | ||||
|     acts_as_loggable (0.0.6) | ||||
|     acts_as_loggable (0.0.7) | ||||
|       activerecord (>= 3.0) | ||||
|       activesupport (~> 3.0) | ||||
| 
 | ||||
|  | ||||
| @ -10,9 +10,7 @@ class AppTabPanel < Netzke::Basepack::TabPanel | ||||
| 
 | ||||
|     #all users | ||||
|     #  (had to use hash for borders to get the title to display properly) | ||||
|     @@app_tab_panel_items = [ { layout: :fit, | ||||
|                                 wrappedComponent: :bikes_border, | ||||
|                                 title: "Bikes"}, | ||||
|     @@app_tab_panel_items = [ :bikes_border, | ||||
|                               { layout: :fit, | ||||
|                                 wrappedComponent: :brands_and_models_border, | ||||
|                                 title: "Brands/Models"} | ||||
| @ -49,7 +47,6 @@ class AppTabPanel < Netzke::Basepack::TabPanel | ||||
|       end | ||||
|     end | ||||
| 
 | ||||
|     c.active_tab = 0 | ||||
|     c.prevent_header = true | ||||
|     c.tbar = [:sign_out] | ||||
|     c.items = @@app_tab_panel_items | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user