aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorcedricnjanga2018-03-18 21:29:51 -0700
committercedricnjanga2018-03-18 21:29:51 -0700
commit9002fb349fcffc12d6dfd0fc495a1ae19ef6fc05 (patch)
treee6c7575bafe9e79bc06f2794708ceee503e8da10 /app
parent6e27953fbf3539da0d0971f762c0a4443c9f8946 (diff)
downloadchouette-core-9002fb349fcffc12d6dfd0fc495a1ae19ef6fc05.tar.bz2
Refs #6240 Fix ComplianceCheckSet#index bug on filters label6240-fix-compliance-check-set-index-bug
Diffstat (limited to 'app')
-rw-r--r--app/views/compliance_check_sets/_filters.html.slim2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/compliance_check_sets/_filters.html.slim b/app/views/compliance_check_sets/_filters.html.slim
index e413a6cdd..c8ef14ecd 100644
--- a/app/views/compliance_check_sets/_filters.html.slim
+++ b/app/views/compliance_check_sets/_filters.html.slim
@@ -11,7 +11,7 @@
= f.label t('activerecord.attributes.compliance_check_set.assigned_to'), required: false, class: 'control-label'
= f.input :parent_type_eq_any, collection: ComplianceCheckSet.order('parent_type'), as: :check_boxes, label: false, label_method: lambda {|w| ("<span>#{w}</span>").html_safe}, required: false, wrapper_html: {class: 'checkbox_list'}
.form-group.togglable class=filter_item_class(params[:q], :created_at)
- = f.label Import.human_attribute_name(:created_at), required: false, class: 'control-label'
+ = f.label ComplianceCheckSet.human_attribute_name(:created_at), required: false, class: 'control-label'
.filter_menu
= f.simple_fields_for :created_at do |p|
= p.input :start_date, as: :date, label: false, wrapper_html: {class: 'date smart_date filter_menu-item'}, default: @begin_range, include_blank: @begin_range ? false : true