From 4b115d070c9a8b6082ed207bd0a14e809eded322 Mon Sep 17 00:00:00 2001 From: Claire Date: Tue, 20 Apr 2021 12:22:50 +0200 Subject: [PATCH] Fix the follow recommendation admin page on glitch-soc --- app/views/admin/follow_recommendations/show.html.haml | 3 --- 1 file changed, 3 deletions(-) diff --git a/app/views/admin/follow_recommendations/show.html.haml b/app/views/admin/follow_recommendations/show.html.haml index 5b949a165..2878f07d7 100644 --- a/app/views/admin/follow_recommendations/show.html.haml +++ b/app/views/admin/follow_recommendations/show.html.haml @@ -1,9 +1,6 @@ - content_for :page_title do = t('admin.follow_recommendations.title') -- content_for :header_tags do - = javascript_pack_tag 'admin', async: true, crossorigin: 'anonymous' - %p= t('admin.follow_recommendations.description_html') %hr.spacer/