Sha256: 9a9d99ed3559d1228c3be0ce2c98064fa22e344cf9cb09f9973e9cec38433735
Contents?: true
Size: 1 KB
Versions: 6
Compression:
Stored size: 1 KB
Contents
.row-fluid .span3 = f.label :surname_cont, t(:surname) = f.text_field :surname_cont, class: "span12" .span3 = f.label :name_cont, t(:name) = f.text_field :name_cont, class: "span12" .span3 = f.label :birth_date_gteq, t(:birth_date_from) = f.text_field :birth_date_gteq, class: "span12" .span3 = f.label :birth_date_lteq, t(:birth_date_to) = f.text_field :birth_date_lteq, class: "span12" .row-fluid = autocomplete_select(f, options = { object_name: 'enrollment_status_code_eq', tag_name: t('enrollment_status.singular'), collection: @enrollment_statuses, prompt: t('enrollment_status.choose_enrollment_status'), selected: (@enrollment_status_enrolled_code), prompt_position: "bottomRight:5", html_options: {class: "validate[required] span12", id: "enrollment_status_dropdown"}})
Version data entries
6 entries across 6 versions & 2 rubygems