about summary refs log tree commit diff
path: root/app/views/settings/keyword_mutes/edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/settings/keyword_mutes/edit.html.haml')
-rw-r--r--app/views/settings/keyword_mutes/edit.html.haml6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/views/settings/keyword_mutes/edit.html.haml b/app/views/settings/keyword_mutes/edit.html.haml
deleted file mode 100644
index af3949be2..000000000
--- a/app/views/settings/keyword_mutes/edit.html.haml
+++ /dev/null
@@ -1,6 +0,0 @@
-- content_for :page_title do
-  = t('keyword_mutes.edit_keyword')
-
-= simple_form_for @keyword_mute, url: settings_keyword_mute_path(@keyword_mute), as: :keyword_mute do |f|
-  = render 'shared/error_messages', object: @keyword_mute
-  = render 'fields', f: f