Adds activity tab for system emails
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class Admin::ActivityController < Admin::BaseController
|
||||
has_filters %w{all on_users on_proposals on_debates on_comments}
|
||||
has_filters %w{all on_users on_proposals on_debates on_comments on_system_emails}
|
||||
|
||||
def show
|
||||
@activity = Activity.for_render.send(@current_filter)
|
||||
|
||||
Reference in New Issue
Block a user