Sha256: a93649de6943748efbe596489672e600f44c44c270c367791b04369e3c49be7e

Contents?: true

Size: 248 Bytes

Versions: 13

Compression:

Stored size: 248 Bytes

Contents

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

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
sufia-6.7.0 app/views/records/edit_fields/_description.html.erb
sufia-6.6.1 app/views/records/edit_fields/_description.html.erb
sufia-6.6.0 app/views/records/edit_fields/_description.html.erb
sufia-6.5.0 app/views/records/edit_fields/_description.html.erb
sufia-6.4.0 app/views/records/edit_fields/_description.html.erb
sufia-6.3.0 app/views/records/edit_fields/_description.html.erb
sufia-6.2.0 app/views/records/edit_fields/_description.html.erb
sufia-6.1.0 app/views/records/edit_fields/_description.html.erb
sufia-6.0.0 app/views/records/edit_fields/_description.html.erb
sufia-6.0.0.rc4 app/views/records/edit_fields/_description.html.erb
sufia-6.0.0.rc3 app/views/records/edit_fields/_description.html.erb
sufia-6.0.0.rc2 app/views/records/edit_fields/_description.html.erb
sufia-6.0.0.rc1 app/views/records/edit_fields/_description.html.erb