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