about summary refs log tree commit diff
path: root/app/views/settings/keyword_mutes/_keyword_mute.html.haml
blob: f9f6e3eb64bab7b58a99391807ba2d37d9c8e22c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
%tr
  %td
    = keyword_mute.keyword
  %td
    - if keyword_mute.whole_word
      %i.fa.fa-check
  %td
    - if keyword_mute.apply_to_mentions
      %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') }