diff --git a/Gemfile.lock b/Gemfile.lock index c896874..2afb47b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/app/components/app_tab_panel.rb b/app/components/app_tab_panel.rb index 1b92ebb..6b346a6 100644 --- a/app/components/app_tab_panel.rb +++ b/app/components/app_tab_panel.rb @@ -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