Sha256: cd0a67eea5940369668af5545d74fb765e34cdad328baad2080b3873c7f69cc7

Contents?: true

Size: 279 Bytes

Versions: 37

Compression:

Stored size: 279 Bytes

Contents

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

Version data entries

37 entries across 37 versions & 2 rubygems

Version Path
hyrax-5.0.1 app/views/records/edit_fields/_abstract.html.erb
hyrax-5.0.0 app/views/records/edit_fields/_abstract.html.erb
hyrax-5.0.0.rc3 app/views/records/edit_fields/_abstract.html.erb
hyrax-5.0.0.rc2 app/views/records/edit_fields/_abstract.html.erb
hyrax-5.0.0.rc1 app/views/records/edit_fields/_abstract.html.erb
hyrax-3.6.0 app/views/records/edit_fields/_abstract.html.erb
hyrax-4.0.0 app/views/records/edit_fields/_abstract.html.erb
hyrax-4.0.0.rc3 app/views/records/edit_fields/_abstract.html.erb
hyrax-4.0.0.rc2 app/views/records/edit_fields/_abstract.html.erb
hyrax-4.0.0.rc1 app/views/records/edit_fields/_abstract.html.erb
hyrax-3.5.0 app/views/records/edit_fields/_abstract.html.erb
hyrax-4.0.0.beta2 app/views/records/edit_fields/_abstract.html.erb
hyrax-3.4.2 app/views/records/edit_fields/_abstract.html.erb
hyrax-4.0.0.beta1 app/views/records/edit_fields/_abstract.html.erb
hyrax-3.4.1 app/views/records/edit_fields/_abstract.html.erb
hyrax-3.4.0 app/views/records/edit_fields/_abstract.html.erb
hyrax-3.3.0 app/views/records/edit_fields/_abstract.html.erb
hyrax-3.2.0 app/views/records/edit_fields/_abstract.html.erb
hyrax-3.1.0 app/views/records/edit_fields/_abstract.html.erb
hyrax-3.0.2 app/views/records/edit_fields/_abstract.html.erb