Sha256: ea141bdcebe4685e5f14b553c2d1aea8430c11a46b44dd745c71192579e15a71

Contents?: true

Size: 238 Bytes

Versions: 45

Compression:

Stored size: 238 Bytes

Contents

<% if f.object.class.multiple? key %>
  <%= f.input key, as: :multi_value_with_help, input_html: { class: 'form-control' }, required: f.object.required?(key) %>
<% else %>
  <%= f.input key, required: f.object.required?(key) %>
<% end %>

Version data entries

45 entries across 45 versions & 2 rubygems

Version Path
sufia-6.7.0 app/views/records/edit_fields/_default.html.erb
curation_concerns-1.0.0.beta4 app/views/records/edit_fields/_default.html.erb
sufia-6.6.1 app/views/records/edit_fields/_default.html.erb
curation_concerns-1.0.0.beta3 app/views/records/edit_fields/_default.html.erb
curation_concerns-1.0.0.beta2 app/views/records/edit_fields/_default.html.erb
curation_concerns-1.0.0.beta1 app/views/records/edit_fields/_default.html.erb
curation_concerns-0.14.0 app/views/records/edit_fields/_default.html.erb
curation_concerns-0.14.0.pre4 app/views/records/edit_fields/_default.html.erb
curation_concerns-0.14.0.pre3 app/views/records/edit_fields/_default.html.erb
curation_concerns-0.14.0.pre2 app/views/records/edit_fields/_default.html.erb
curation_concerns-0.14.0.pre1 app/views/records/edit_fields/_default.html.erb
curation_concerns-0.13.1 app/views/records/edit_fields/_default.html.erb
curation_concerns-0.13.0 app/views/records/edit_fields/_default.html.erb
curation_concerns-0.12.0 app/views/records/edit_fields/_default.html.erb
curation_concerns-0.12.0.pre9 app/views/records/edit_fields/_default.html.erb
curation_concerns-0.12.0.pre8 app/views/records/edit_fields/_default.html.erb
curation_concerns-0.12.0.pre7 app/views/records/edit_fields/_default.html.erb
curation_concerns-0.12.0.pre6 app/views/records/edit_fields/_default.html.erb
curation_concerns-0.12.0.pre5 app/views/records/edit_fields/_default.html.erb
curation_concerns-0.12.0.pre4 app/views/records/edit_fields/_default.html.erb