2
0

Add audit logging to Relays (#32819)

This commit is contained in:
Emelia Smith
2024-11-12 09:35:08 +01:00
committed by GitHub
parent 88512220bb
commit a34edc211f
5 changed files with 22 additions and 0 deletions

View File

@@ -33,6 +33,8 @@ module Admin::ActionLogsHelper
else
I18n.t('admin.action_logs.deleted_account')
end
when 'Relay'
link_to log.human_identifier, admin_relays_path
end
end