Sha256: 14a20192de860a9636bc36d45b0290c7e7e0d3b3b8b67b10ba0c2f38a1eb1dd0

Contents?: true

Size: 444 Bytes

Versions: 16

Compression:

Stored size: 444 Bytes

Contents

<% disabled ||= false %>
<%= content_tag(:div, markdown(f.object.description), class: 'custom_field_description') unless f.object.description.blank? %>
<%= f.input :field_data, as: :check_boxes, collection: f.object.choice_list_array, checked: f.object.field_data, label: field.label.blank? ? ' ' : field.label, required: field.required?, disabled: disabled, include_hidden: false %>
<%= f.hidden_field(:custom_field_def_id) unless disabled %>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
dm_core-4.2.3.10 app/views/dm_core/admin/custom_fields/_check_box_collection.html.erb
dm_core-4.2.3.9 app/views/dm_core/admin/custom_fields/_check_box_collection.html.erb
dm_core-4.2.3.8 app/views/dm_core/admin/custom_fields/_check_box_collection.html.erb
dm_core-4.2.3.7 app/views/dm_core/admin/custom_fields/_check_box_collection.html.erb
dm_core-4.2.3.6 app/views/dm_core/admin/custom_fields/_check_box_collection.html.erb
dm_core-4.2.3.5 app/views/dm_core/admin/custom_fields/_check_box_collection.html.erb
dm_core-4.2.3.4 app/views/dm_core/admin/custom_fields/_check_box_collection.html.erb
dm_core-4.2.3.3 app/views/dm_core/admin/custom_fields/_check_box_collection.html.erb
dm_core-4.2.3.2 app/views/dm_core/admin/custom_fields/_check_box_collection.html.erb
dm_core-4.2.3.1 app/views/dm_core/admin/custom_fields/_check_box_collection.html.erb
dm_core-4.2.3 app/views/dm_core/admin/custom_fields/_check_box_collection.html.erb
dm_core-4.2.2.3 app/views/dm_core/admin/custom_fields/_check_box_collection.html.erb
dm_core-4.2.2.2 app/views/dm_core/admin/custom_fields/_check_box_collection.html.erb
dm_core-4.2.2.1 app/views/dm_core/admin/custom_fields/_check_box_collection.html.erb
dm_core-4.2.2 app/views/dm_core/admin/custom_fields/_check_box_collection.html.erb
dm_core-4.2.1.5 app/views/dm_core/admin/custom_fields/_check_box_collection.html.erb