Sha256: c87c212d8c81b3b2031a1439ed5f9ce78580f2c0d21ffe6ee123e7669ac97899

Contents?: true

Size: 238 Bytes

Versions: 8

Compression:

Stored size: 238 Bytes

Contents

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

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
sufia-7.1.0 app/views/records/edit_fields/_description.html.erb
sufia-7.0.0 app/views/records/edit_fields/_description.html.erb
sufia-7.0.0.rc2 app/views/records/edit_fields/_description.html.erb
sufia-7.0.0.rc1 app/views/records/edit_fields/_description.html.erb
sufia-7.0.0.beta4 app/views/records/edit_fields/_description.html.erb
sufia-7.0.0.beta3 app/views/records/edit_fields/_description.html.erb
sufia-7.0.0.beta2 app/views/records/edit_fields/_description.html.erb
sufia-7.0.0.beta1 app/views/records/edit_fields/_description.html.erb