mastodon/app/views/settings/keyword_mutes/_keyword_mute.html.haml

8 lines
333 B
Plaintext

%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') }