diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-09-13 18:41:32 +0200 |
---|---|---|
committer | Thibaut Girka <thib@sitedethib.com> | 2019-09-13 20:28:22 +0200 |
commit | 5477726f505fa130740df6263edf00b00a69fa95 (patch) | |
tree | 6d44650131b31c0963eabd96d30913d03d353069 /app/views/admin/custom_emojis | |
parent | 344e52ffbeeafdda534948d70915b0854c6c0b6e (diff) |
Fix upstream changes breaking because of glitch-soc's theming engine
Diffstat (limited to 'app/views/admin/custom_emojis')
-rw-r--r-- | app/views/admin/custom_emojis/index.html.haml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/admin/custom_emojis/index.html.haml b/app/views/admin/custom_emojis/index.html.haml index 7320ce1bb..4fbadee90 100644 --- a/app/views/admin/custom_emojis/index.html.haml +++ b/app/views/admin/custom_emojis/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') |