about summary refs log tree commit diff
path: root/app/views/settings/keyword_mutes/new.html.haml
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-08-01 15:09:10 +0200
committerThibG <thib@sitedethib.com>2018-08-01 16:49:27 +0200
commit71b318dedc5f39382cb15250417429427a69166b (patch)
tree1793d44640e3d87460de65e0d3623468f10443f9 /app/views/settings/keyword_mutes/new.html.haml
parent20e75666b2c52be6bbc7fe3f6fbe4278f35dde15 (diff)
Delete leftovers from keyword_mutes
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