1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-04-04 05:33:22 -04:00

Make the title of user roles tab

This commit is contained in:
Jason Denney 2013-05-16 22:41:00 -04:00
parent f34def2c09
commit bc1eeea16e

View File

@ -37,7 +37,9 @@ class AppTabPanel < Netzke::Basepack::TabPanel
wrappedComponent: :transactions_border, wrappedComponent: :transactions_border,
title: "Transactions"}, title: "Transactions"},
:logs, :logs,
:user_role_joins { layout: :fit,
wrappedComponent: :user_role_joins,
title: "User Roles"}
] ]
end end