diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-02-26 09:46:13 +0100 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-02-26 09:46:13 +0100 |
commit | 59824aadcd19ba88cc5f29e3e0212383e4c2c653 (patch) | |
tree | 914ebcc04af0a1d51a6e71f46c6c641f5e619620 /app/views/admin/trends/statuses | |
parent | be493b6c0d60778257cbd6247f9287f939fc7e4e (diff) |
Adapt view for glitch-soc's theming system
Diffstat (limited to 'app/views/admin/trends/statuses')
-rw-r--r-- | app/views/admin/trends/statuses/index.html.haml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/admin/trends/statuses/index.html.haml b/app/views/admin/trends/statuses/index.html.haml index 347688262..3166bc6c1 100644 --- a/app/views/admin/trends/statuses/index.html.haml +++ b/app/views/admin/trends/statuses/index.html.haml @@ -1,9 +1,6 @@ - content_for :page_title do = t('admin.trends.statuses.title') -- content_for :header_tags do - = javascript_pack_tag 'admin', async: true, crossorigin: 'anonymous' - = form_tag admin_trends_statuses_path, method: 'GET', class: 'simple_form' do - Trends::StatusFilter::KEYS.each do |key| = hidden_field_tag key, params[key] if params[key].present? |