1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-02-28 08:43:23 -05:00

Rename User History to User Timesheet

This commit is contained in:
Jason Denney 2013-06-13 21:14:42 -04:00
parent b89873d0e5
commit ac24711289

View File

@ -33,7 +33,7 @@ class UserLogs < Netzke::Basepack::Grid
end
c.model = "ActsAsLoggable::Log"
c.title = "User History"
c.title = "User Timesheet"
c.data_store = user_log_data_store
c.scope = user_log_scope
c.strong_default_attrs = user_log_strong_default_attrs