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
curation_concerns-0.12.0.pre3 app/views/records/edit_fields/_default.html.erb
curation_concerns-0.12.0.pre2 app/views/records/edit_fields/_default.html.erb
curation_concerns-0.12.0.pre1 app/views/records/edit_fields/_default.html.erb
curation_concerns-0.11.0 app/views/records/edit_fields/_default.html.erb
curation_concerns-0.11.0.rc1 app/views/records/edit_fields/_default.html.erb
curation_concerns-0.10.0 app/views/records/edit_fields/_default.html.erb
curation_concerns-0.9.0 app/views/records/edit_fields/_default.html.erb
curation_concerns-0.8.0 app/views/records/edit_fields/_default.html.erb
curation_concerns-0.7.0 app/views/records/edit_fields/_default.html.erb
sufia-6.6.0 app/views/records/edit_fields/_default.html.erb
curation_concerns-0.6.0 app/views/records/edit_fields/_default.html.erb
curation_concerns-0.5.0 app/views/records/edit_fields/_default.html.erb
curation_concerns-0.4.0 app/views/records/edit_fields/_default.html.erb
sufia-6.5.0 app/views/records/edit_fields/_default.html.erb
sufia-6.4.0 app/views/records/edit_fields/_default.html.erb
curation_concerns-0.3.0 app/views/records/edit_fields/_default.html.erb
curation_concerns-0.2.0 app/views/records/edit_fields/_default.html.erb
sufia-6.3.0 app/views/records/edit_fields/_default.html.erb
sufia-6.2.0 app/views/records/edit_fields/_default.html.erb
sufia-6.1.0 app/views/records/edit_fields/_default.html.erb