Browse Source

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

denney-disable-on-select
Jason Denney 11 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
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)

5
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

Loading…
Cancel
Save