diff options
author | Thibaut Girka <thib@sitedethib.com> | 2020-04-04 23:15:08 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2020-04-04 23:15:08 +0200 |
commit | ec6464f8d0bba52e3bfb8f0afc9531ce80238000 (patch) | |
tree | 2a71acb5433eece834df66c179e924eb34df38fb /app/views | |
parent | fd7a37c3718e8ff3c254de7eaf6e79a3405bccca (diff) |
Fix admin audit log crash due to glitch-soc theming changes
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/admin/action_logs/index.html.haml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/admin/action_logs/index.html.haml b/app/views/admin/action_logs/index.html.haml index 99f756762..937664c4b 100644 --- a/app/views/admin/action_logs/index.html.haml +++ b/app/views/admin/action_logs/index.html.haml @@ -1,9 +1,6 @@ - content_for :page_title do = t('admin.action_logs.title') -- content_for :header_tags do - = javascript_pack_tag 'admin', integrity: true, async: true, crossorigin: 'anonymous' - = form_tag admin_action_logs_url, method: 'GET', class: 'simple_form' do = hidden_field_tag :target_account_id, params[:target_account_id] if params[:target_account_id].present? |