Sha256: 59f50e71434544243b5c0f08a80c5a311c359f5a19eb4614b0819f4cfa444798

Contents?: true

Size: 346 Bytes

Versions: 16

Compression:

Stored size: 346 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: :text, 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/_text_area.html.erb
dm_core-4.2.3.9 app/views/dm_core/admin/custom_fields/_text_area.html.erb
dm_core-4.2.3.8 app/views/dm_core/admin/custom_fields/_text_area.html.erb
dm_core-4.2.3.7 app/views/dm_core/admin/custom_fields/_text_area.html.erb
dm_core-4.2.3.6 app/views/dm_core/admin/custom_fields/_text_area.html.erb
dm_core-4.2.3.5 app/views/dm_core/admin/custom_fields/_text_area.html.erb
dm_core-4.2.3.4 app/views/dm_core/admin/custom_fields/_text_area.html.erb
dm_core-4.2.3.3 app/views/dm_core/admin/custom_fields/_text_area.html.erb
dm_core-4.2.3.2 app/views/dm_core/admin/custom_fields/_text_area.html.erb
dm_core-4.2.3.1 app/views/dm_core/admin/custom_fields/_text_area.html.erb
dm_core-4.2.3 app/views/dm_core/admin/custom_fields/_text_area.html.erb
dm_core-4.2.2.3 app/views/dm_core/admin/custom_fields/_text_area.html.erb
dm_core-4.2.2.2 app/views/dm_core/admin/custom_fields/_text_area.html.erb
dm_core-4.2.2.1 app/views/dm_core/admin/custom_fields/_text_area.html.erb
dm_core-4.2.2 app/views/dm_core/admin/custom_fields/_text_area.html.erb
dm_core-4.2.1.5 app/views/dm_core/admin/custom_fields/_text_area.html.erb