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.

13 lines
442 B

  1. %tr
  2. %td
  3. = keyword_mute.keyword
  4. %td
  5. - if keyword_mute.whole_word
  6. %i.fa.fa-check
  7. %td
  8. - if keyword_mute.apply_to_mentions
  9. %i.fa.fa-check
  10. %td
  11. = table_link_to 'edit', t('keyword_mutes.edit'), edit_settings_keyword_mute_path(keyword_mute)
  12. %td
  13. = table_link_to 'times', t('keyword_mutes.remove'), settings_keyword_mute_path(keyword_mute), method: :delete, data: { confirm: t('admin.accounts.are_you_sure') }