Fix upstream changes breaking because of glitch-soc's theming engine

master
Thibaut Girka 5 years ago
parent 344e52ffbe
commit 5477726f50
  1. 3
      app/views/admin/custom_emojis/index.html.haml
  2. 3
      app/views/admin/domain_allows/new.html.haml
  3. 3
      app/views/admin/tags/index.html.haml

@ -1,9 +1,6 @@
- content_for :page_title do
= t('admin.custom_emojis.title')
- content_for :header_tags do
= javascript_pack_tag 'admin', integrity: true, async: true, crossorigin: 'anonymous'
.filters
.filter-subset
%strong= t('admin.accounts.location.title')

@ -1,6 +1,3 @@
- content_for :header_tags do
= javascript_pack_tag 'admin', integrity: true, async: true, crossorigin: 'anonymous'
- content_for :page_title do
= t('admin.domain_allows.add_new')

@ -1,9 +1,6 @@
- content_for :page_title do
= t('admin.tags.title')
- content_for :header_tags do
= javascript_pack_tag 'admin', integrity: true, async: true, crossorigin: 'anonymous'
.filters
.filter-subset
%strong= t('admin.tags.context')

Loading…
Cancel
Save