diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2022-06-09 22:25:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-09 22:25:23 +0200 |
commit | 45aa5781ce611ea411e34e3b18358a9fe15f67ce (patch) | |
tree | 0db5891187dd468f8d7ef9034eb666aea4182527 /app/views/admin | |
parent | a2871cd74719a7a5a104daaa3dcc0e2670b7c2df (diff) |
Change brand color and logotypes (#18592)
- Add rake task for generating Apple/Android icons and favicons from SVG - Add rake task for generating PNG icons and logos for e-mails from SVG - Remove obsolete Microsoft icons and configuration - Remove PWA shortcut icons
Diffstat (limited to 'app/views/admin')
-rw-r--r-- | app/views/admin/custom_emojis/_custom_emoji.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/custom_emojis/_custom_emoji.html.haml b/app/views/admin/custom_emojis/_custom_emoji.html.haml index 41f3975cf..8d34d38e5 100644 --- a/app/views/admin/custom_emojis/_custom_emoji.html.haml +++ b/app/views/admin/custom_emojis/_custom_emoji.html.haml @@ -3,7 +3,7 @@ = f.check_box :custom_emoji_ids, { multiple: true, include_hidden: false }, custom_emoji.id .batch-table__row__content.batch-table__row__content--with-image .batch-table__row__content__image - = custom_emoji_tag(custom_emoji, current_account&.user&.setting_auto_play_gif) + = custom_emoji_tag(custom_emoji) .batch-table__row__content__text %samp= ":#{custom_emoji.shortcode}:" |