Sha256: 15d636ad3845d679966c7a8813feb0f6c6027901fe23255c178d554da40bf906

Contents?: true

Size: 285 Bytes

Versions: 86

Compression:

Stored size: 285 Bytes

Contents

<% if f.object.multiple? key %>
  <%= f.input :description, as: :multi_value, input_html: { rows: '14', type: 'textarea'}, required: f.object.required?(key) %>
<% else %>
  <%= f.input :description, as: :text, input_html: { rows: '14' }, required: f.object.required?(key) %>
<% end %>

Version data entries

86 entries across 86 versions & 2 rubygems

Version Path
hyrax-5.0.4 app/views/records/edit_fields/_description.html.erb
hyrax-5.0.3 app/views/records/edit_fields/_description.html.erb
hyrax-5.0.2 app/views/records/edit_fields/_description.html.erb
hyrax-5.0.1 app/views/records/edit_fields/_description.html.erb
hyrax-5.0.0 app/views/records/edit_fields/_description.html.erb
hyrax-5.0.0.rc3 app/views/records/edit_fields/_description.html.erb
hyrax-5.0.0.rc2 app/views/records/edit_fields/_description.html.erb
hyrax-5.0.0.rc1 app/views/records/edit_fields/_description.html.erb
hyrax-3.6.0 app/views/records/edit_fields/_description.html.erb
hyrax-4.0.0 app/views/records/edit_fields/_description.html.erb
hyrax-4.0.0.rc3 app/views/records/edit_fields/_description.html.erb
hyrax-4.0.0.rc2 app/views/records/edit_fields/_description.html.erb
hyrax-4.0.0.rc1 app/views/records/edit_fields/_description.html.erb
hyrax-3.5.0 app/views/records/edit_fields/_description.html.erb
hyrax-4.0.0.beta2 app/views/records/edit_fields/_description.html.erb
hyrax-3.4.2 app/views/records/edit_fields/_description.html.erb
hyrax-4.0.0.beta1 app/views/records/edit_fields/_description.html.erb
hyrax-3.4.1 app/views/records/edit_fields/_description.html.erb
hyrax-3.4.0 app/views/records/edit_fields/_description.html.erb
hyrax-3.3.0 app/views/records/edit_fields/_description.html.erb