Browse Source

Rename User History to User Timesheet

eperez-timeinput
Jason Denney 11 years ago
parent
commit
ac24711289
  1. 2
      app/components/user_logs.rb

2
app/components/user_logs.rb

@ -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

Loading…
Cancel
Save