Browse Source

Use latest acts_as_loggable, switch to not wrapping bikes_border because, netzke?

denney-disable-on-select
Jason Denney 12 years ago
parent
commit
1fbf183603
  1. 4
      Gemfile.lock
  2. 5
      app/components/app_tab_panel.rb

4
Gemfile.lock

@ -1,8 +1,8 @@
GIT GIT
remote: git@github.com:spacemunkay/acts_as_loggable.git remote: git@github.com:spacemunkay/acts_as_loggable.git
revision: fd2c276abad00567a294a1a841dce9861e240c82 revision: 6033fe5a44878bb374f73fe473fed9a3396ddc74
specs: specs:
acts_as_loggable (0.0.6) acts_as_loggable (0.0.7)
activerecord (>= 3.0) activerecord (>= 3.0)
activesupport (~> 3.0) activesupport (~> 3.0)

5
app/components/app_tab_panel.rb

@ -10,9 +10,7 @@ class AppTabPanel < Netzke::Basepack::TabPanel
#all users #all users
# (had to use hash for borders to get the title to display properly) # (had to use hash for borders to get the title to display properly)
@@app_tab_panel_items = [ { layout: :fit, @@app_tab_panel_items = [ :bikes_border,
wrappedComponent: :bikes_border,
title: "Bikes"},
{ layout: :fit, { layout: :fit,
wrappedComponent: :brands_and_models_border, wrappedComponent: :brands_and_models_border,
title: "Brands/Models"} title: "Brands/Models"}
@ -49,7 +47,6 @@ class AppTabPanel < Netzke::Basepack::TabPanel
end end
end end
c.active_tab = 0
c.prevent_header = true c.prevent_header = true
c.tbar = [:sign_out] c.tbar = [:sign_out]
c.items = @@app_tab_panel_items c.items = @@app_tab_panel_items

Loading…
Cancel
Save