mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
09a94b575e
* Admin interface for listing, adding and removing custom emojis * Only display local ones in the list
8 lines
327 B
Plaintext
8 lines
327 B
Plaintext
%tr
|
|
%td
|
|
= image_tag custom_emoji.image.url, class: 'emojione', alt: ":#{custom_emoji.shortcode}:"
|
|
%td
|
|
%samp= ":#{custom_emoji.shortcode}:"
|
|
%td
|
|
= table_link_to 'times', t('admin.custom_emojis.delete'), admin_custom_emoji_path(custom_emoji), method: :delete, data: { confirm: t('admin.accounts.are_you_sure') }
|