Sha256: a21948333c5ee053fe2ace3df804a2b72ee9c6631b1511baf851dbe5282bb205

Contents?: true

Size: 395 Bytes

Versions: 16

Compression:

Stored size: 395 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: :radio_buttons, collection: f.object.choice_list_array, label: field.label.blank? ? false : field.label, required: field.required?, disabled: disabled %>
<%= 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/_radio_buttons.html.erb
dm_core-4.2.3.9 app/views/dm_core/admin/custom_fields/_radio_buttons.html.erb
dm_core-4.2.3.8 app/views/dm_core/admin/custom_fields/_radio_buttons.html.erb
dm_core-4.2.3.7 app/views/dm_core/admin/custom_fields/_radio_buttons.html.erb
dm_core-4.2.3.6 app/views/dm_core/admin/custom_fields/_radio_buttons.html.erb
dm_core-4.2.3.5 app/views/dm_core/admin/custom_fields/_radio_buttons.html.erb
dm_core-4.2.3.4 app/views/dm_core/admin/custom_fields/_radio_buttons.html.erb
dm_core-4.2.3.3 app/views/dm_core/admin/custom_fields/_radio_buttons.html.erb
dm_core-4.2.3.2 app/views/dm_core/admin/custom_fields/_radio_buttons.html.erb
dm_core-4.2.3.1 app/views/dm_core/admin/custom_fields/_radio_buttons.html.erb
dm_core-4.2.3 app/views/dm_core/admin/custom_fields/_radio_buttons.html.erb
dm_core-4.2.2.3 app/views/dm_core/admin/custom_fields/_radio_buttons.html.erb
dm_core-4.2.2.2 app/views/dm_core/admin/custom_fields/_radio_buttons.html.erb
dm_core-4.2.2.1 app/views/dm_core/admin/custom_fields/_radio_buttons.html.erb
dm_core-4.2.2 app/views/dm_core/admin/custom_fields/_radio_buttons.html.erb
dm_core-4.2.1.5 app/views/dm_core/admin/custom_fields/_radio_buttons.html.erb