* Query audit_log + target records for display in the member manager * Display information about logged unpublished articles and comments * Display information if the post was republished * Added specs for unpublish_log tab on user's page in the member manager * Fixed specs * Change the wording for displaying info about unpublish all actions
12 lines
166 B
Ruby
12 lines
166 B
Ruby
module Constants
|
|
module UserDetails
|
|
TAB_LIST = %w[
|
|
Overview
|
|
Notes
|
|
Emails
|
|
Reports
|
|
Flags
|
|
UnpublishLogs
|
|
].freeze
|
|
end
|
|
end
|