aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert2017-10-26 11:25:31 +0200
committerXinhui2017-11-03 12:26:41 +0100
commitac2676bf1b7364e63cd4820e253d40ba5325be73 (patch)
treedca6a377141c40ee3fcfb2ee768891de9ec81cf9
parent1b2176d73336fce7baa57d2b6a017f0e2653cd43 (diff)
downloadchouette-core-ac2676bf1b7364e63cd4820e253d40ba5325be73.tar.bz2
Refs: #4774@0.5h; Exploring the alternate possibility of only one ransack filter for the controls on the page [skip-ci]
-rw-r--r--app/views/compliance_controls/_filters.html.slim2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/compliance_controls/_filters.html.slim b/app/views/compliance_controls/_filters.html.slim
index 1a54a4ccc..6e9505fea 100644
--- a/app/views/compliance_controls/_filters.html.slim
+++ b/app/views/compliance_controls/_filters.html.slim
@@ -1,4 +1,4 @@
-= search_form_for q_for_form, url: compliance_control_set_compliance_controls_path, builder: SimpleForm::FormBuilder, class: 'form form-filter' do |f|
+= search_form_for @q_controls_form, url: compliance_control_set_compliance_controls_path, builder: SimpleForm::FormBuilder, class: 'form form-filter' do |f|
// Rewriting the ransack filter copied from cc_stes/_filter
.ffg-row