about summary refs log tree commit diff
path: root/app/views/admin/custom_emojis/index.html.haml
blob: d5f32e84b4abc41607d3342bc0fe2094a2bf5606 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
- content_for :page_title do
  = t('admin.custom_emojis.title')

.table-wrapper
  %table.table
    %thead
      %tr
        %th= t('admin.custom_emojis.emoji')
        %th= t('admin.custom_emojis.shortcode')
        %th
    %tbody
      = render @custom_emojis

= link_to t('admin.custom_emojis.upload'), new_admin_custom_emoji_path, class: 'button'