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