mirror of https://github.com/fspc/BikeShed-1.git
Jason Denney
11 years ago
4 changed files with 37 additions and 8 deletions
@ -0,0 +1,13 @@ |
|||
class UserAndProfilesLowerTabs < Netzke::Basepack::TabPanel |
|||
component :user_profiles |
|||
component :user_logs |
|||
component :user_stats |
|||
|
|||
def configure(c) |
|||
c.prevent_header = true |
|||
c.items = [ :user_logs, |
|||
{ netzke_component: :user_profiles, title: "User Profiles" }, |
|||
{ netzke_component: :user_stats, title: "User Stats" }] |
|||
super |
|||
end |
|||
end |
Loading…
Reference in new issue