mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-21 02:21:37 -04:00
Almost usable, still a lot of work left
-Moved bikes to User model instead of profile -User can copy user log to a bike log with new actsasloggable -Added user stats -some css was messing up checkboxes, need to figure out which stylesheet was doing that
This commit is contained in:
@@ -8,7 +8,8 @@ class Users < Netzke::Basepack::Grid
|
||||
:last_name,
|
||||
:nickname,
|
||||
:email,
|
||||
:user_role__role
|
||||
:user_role__role,
|
||||
:bike__serial_number
|
||||
]
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user