Sha256: b8c86cae69982bbf06c37a48e40e9b1539a5595a1247f2960394cb3ee210c5b3

Contents?: true

Size: 291 Bytes

Versions: 8

Compression:

Stored size: 291 Bytes

Contents

<% if f.object.class.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

8 entries across 8 versions & 1 rubygems

Version Path
sufia-7.4.1 app/views/records/edit_fields/_description.html.erb
sufia-7.4.0 app/views/records/edit_fields/_description.html.erb
sufia-7.3.1 app/views/records/edit_fields/_description.html.erb
sufia-7.3.0 app/views/records/edit_fields/_description.html.erb
sufia-7.3.0.rc3 app/views/records/edit_fields/_description.html.erb
sufia-7.3.0.rc2 app/views/records/edit_fields/_description.html.erb
sufia-7.3.0.rc1 app/views/records/edit_fields/_description.html.erb
sufia-7.2.0 app/views/records/edit_fields/_description.html.erb