1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-02-28 16:53:23 -05: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,
title: "Transactions"},
:logs,
:user_role_joins
{ layout: :fit,
wrappedComponent: :user_role_joins,
title: "User Roles"}
]
end