about summary refs log tree commit diff
path: root/app/views/settings/keyword_mutes/index.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/settings/keyword_mutes/index.html.haml')
-rw-r--r--app/views/settings/keyword_mutes/index.html.haml19
1 files changed, 0 insertions, 19 deletions
diff --git a/app/views/settings/keyword_mutes/index.html.haml b/app/views/settings/keyword_mutes/index.html.haml
deleted file mode 100644
index 7255f57b3..000000000
--- a/app/views/settings/keyword_mutes/index.html.haml
+++ /dev/null
@@ -1,19 +0,0 @@
-- content_for :page_title do
-  = t('settings.keyword_mutes')
-
-.table-wrapper
-  %table.table
-    %thead
-      %tr
-        %th= t('keyword_mutes.keyword')
-        %th= t('keyword_mutes.match_whole_word')
-        %th= t('keyword_mutes.apply_to_mentions')
-        %th
-        %th
-      %tbody
-        = render partial: 'keyword_mute', collection: @keyword_mutes, as: :keyword_mute
-
-= paginate @keyword_mutes
-.simple_form
-  = link_to t('keyword_mutes.add_keyword'), new_settings_keyword_mute_path, class: 'button'
-  = link_to t('keyword_mutes.remove_all'), destroy_all_settings_keyword_mutes_path, class: 'button negative', method: :delete, data: { confirm: t('admin.accounts.are_you_sure') }