about summary refs log tree commit diff
path: root/app/views/settings/keyword_mutes/_keyword_mute.html.haml
blob: a2698ac7b41ec870aa32b5e266e90084d3a75cd6 (plain) (blame)
1
2
3
4
5
6
7
%tr
  %td
    = keyword_mute.keyword
  %td
    = table_link_to 'edit', t('settings.keyword_mutes.edit'), edit_settings_keyword_mute_path(keyword_mute)
  %td
    = table_link_to 'times', t('settings.keyword_mutes.delete'), settings_keyword_mute_path(keyword_mute), method: :delete, data: { confirm: t('admin.accounts.are_you_sure') }