You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
350 B

  1. - content_for :page_title do
  2. = t('admin.custom_emojis.title')
  3. .table-wrapper
  4. %table.table
  5. %thead
  6. %tr
  7. %th= t('admin.custom_emojis.emoji')
  8. %th= t('admin.custom_emojis.shortcode')
  9. %th
  10. %tbody
  11. = render @custom_emojis
  12. = link_to t('admin.custom_emojis.upload'), new_admin_custom_emoji_path, class: 'button'