]> cat aescling's git repositories - mastodon.git/commitdiff
Fix admin audit log crash due to glitch-soc theming changes
authorThibaut Girka <thib@sitedethib.com>
Sat, 4 Apr 2020 21:15:08 +0000 (23:15 +0200)
committerThibaut Girka <thib@sitedethib.com>
Sat, 4 Apr 2020 21:15:08 +0000 (23:15 +0200)
app/views/admin/action_logs/index.html.haml

index 99f756762958b96b2745d350eb9f8ba6c3e24cf9..937664c4b9f113f6eae5f6e6f571a543688f80ce 100644 (file)
@@ -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?