mirror of https://github.com/fspc/BikeShed-1.git
Jason Denney
11 years ago
2 changed files with 4 additions and 4 deletions
@ -1,10 +1,10 @@ |
|||
class UsersAndCustomersAccordian < Netzke::Basepack::Accordion |
|||
class UsersAndCustomersLowerTabs < Netzke::Basepack::TabPanel |
|||
component :customers |
|||
component :users |
|||
|
|||
def configure(c) |
|||
c.prevent_header = true |
|||
c.items = [ :customers, :users ] |
|||
c.items = [ :users, :customers ] |
|||
super |
|||
end |
|||
end |
Loading…
Reference in new issue