about summary refs log tree commit diff
path: root/app/views/filters/_keyword_fields.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/filters/_keyword_fields.html.haml')
-rw-r--r--app/views/filters/_keyword_fields.html.haml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/filters/_keyword_fields.html.haml b/app/views/filters/_keyword_fields.html.haml
new file mode 100644
index 000000000..eedd514ef
--- /dev/null
+++ b/app/views/filters/_keyword_fields.html.haml
@@ -0,0 +1,8 @@
+%tr.nested-fields
+  %td= f.input :keyword, as: :string
+  %td
+    .label_input__wrapper= f.input_field :whole_word
+  %td
+    = f.hidden_field :id if f.object&.persisted? # Required so Rails doesn't put the field outside of the <tr/>
+    = link_to_remove_association(f, class: 'table-action-link') do
+      = safe_join([fa_icon('times'), t('filters.index.delete')])