Add ability to filter audit log in admin UI (#13381)
This commit is contained in:
parent
69558d2fe5
commit
f65568f1d4
12 changed files with 177 additions and 377 deletions
|
@ -53,7 +53,7 @@
|
|||
.dashboard__counters__num= number_with_delimiter @account.targeted_reports.count
|
||||
.dashboard__counters__label= t '.targeted_reports'
|
||||
%div
|
||||
%div
|
||||
= link_to admin_action_logs_path(target_account_id: @account.id) do
|
||||
.dashboard__counters__text
|
||||
- if @account.local? && @account.user.nil?
|
||||
%span.neutral= t('admin.accounts.deleted')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue