about summary refs log tree commit diff
path: root/app/views/admin
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-04-08 16:40:11 +0200
committerThibaut Girka <thib@sitedethib.com>2019-04-08 16:40:11 +0200
commit63837a4b781ad27a4af895b0c983d4aff57d80e3 (patch)
tree9576b254773166a419b932c50e8f4d354bea73c3 /app/views/admin
parentac071d65de2d9cce69d00050e87f6d245797ab9c (diff)
Fix pending accounts management
Diffstat (limited to 'app/views/admin')
-rw-r--r--app/views/admin/pending_accounts/index.html.haml3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/admin/pending_accounts/index.html.haml b/app/views/admin/pending_accounts/index.html.haml
index 77b96cbca..1bfd3824f 100644
--- a/app/views/admin/pending_accounts/index.html.haml
+++ b/app/views/admin/pending_accounts/index.html.haml
@@ -1,9 +1,6 @@
 - content_for :page_title do
   = t('admin.pending_accounts.title', count: User.pending.count)
 
-- content_for :header_tags do
-  = javascript_pack_tag 'admin', integrity: true, async: true, crossorigin: 'anonymous'
-
 = form_for(@form, url: admin_pending_accounts_path, method: :patch) do |f|
   = hidden_field_tag :page, params[:page] || 1