aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/compliance_control_sets
diff options
context:
space:
mode:
authorcedricnjanga2017-10-03 15:32:26 +0200
committercedricnjanga2017-10-03 16:33:49 +0200
commit9ea95b98c52f99494a13befa54cfd8cd298ab0c4 (patch)
tree11a795187148a63551b702fb2aecf502975eb9ef /app/views/compliance_control_sets
parent983f5953d6df7166e91f52ba5eccaf27b8841f76 (diff)
downloadchouette-core-9ea95b98c52f99494a13befa54cfd8cd298ab0c4.tar.bz2
Refs #4665
Adapt date filters helpers according to this new concern Try to correct build error : "ransack period range undefined" All tests pass on my machine Refs #4661 Remove string column from ComplianceCheckSet
Diffstat (limited to 'app/views/compliance_control_sets')
-rw-r--r--app/views/compliance_control_sets/_filters.html.slim2
-rw-r--r--app/views/compliance_control_sets/index.html.slim1
2 files changed, 2 insertions, 1 deletions
diff --git a/app/views/compliance_control_sets/_filters.html.slim b/app/views/compliance_control_sets/_filters.html.slim
index f70a997f5..6a5d3ac44 100644
--- a/app/views/compliance_control_sets/_filters.html.slim
+++ b/app/views/compliance_control_sets/_filters.html.slim
@@ -19,4 +19,4 @@
.actions
= link_to t('actions.erase'), @compliance_control_set, class: 'btn btn-link'
- = f.submit t('actions.filter'), class: 'btn btn-default', id: 'referential_filter_btn' \ No newline at end of file
+ = f.submit t('actions.filter'), class: 'btn btn-default', id: 'compliance_control_set_filter_btn' \ No newline at end of file
diff --git a/app/views/compliance_control_sets/index.html.slim b/app/views/compliance_control_sets/index.html.slim
index ecb4eb75b..22c65dabc 100644
--- a/app/views/compliance_control_sets/index.html.slim
+++ b/app/views/compliance_control_sets/index.html.slim
@@ -53,3 +53,4 @@
= replacement_msg t('compliance_control_sets.search_no_results')
+= javascript_include_tag 'filters/compliance_control_set.js' \ No newline at end of file