diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-04-20 12:22:50 +0200 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2021-04-20 12:22:50 +0200 |
commit | 4b115d070c9a8b6082ed207bd0a14e809eded322 (patch) | |
tree | 89c81064b9e3725962a847e98099a5b84b728733 /app/views/admin | |
parent | e2a2bc90213a653b772b457499cedbfe2e830d74 (diff) |
Fix the follow recommendation admin page on glitch-soc
Diffstat (limited to 'app/views/admin')
-rw-r--r-- | app/views/admin/follow_recommendations/show.html.haml | 3 |
1 files changed, 0 insertions, 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/ |