Sha256: 51e71acd014fa563bf522443900425025b52fcb9a8141a27844f0a4260ac096a

Contents?: true

Size: 228 Bytes

Versions: 61

Compression:

Stored size: 228 Bytes

Contents

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

Version data entries

61 entries across 61 versions & 3 rubygems

Version Path
sufia-7.4.1 app/views/records/edit_fields/_default.html.erb
curation_concerns-1.7.8 app/views/records/edit_fields/_default.html.erb
sufia-7.4.0 app/views/records/edit_fields/_default.html.erb
sufia-7.3.1 app/views/records/edit_fields/_default.html.erb
curation_concerns-1.7.7 app/views/records/edit_fields/_default.html.erb
curation_concerns-2.0.0 app/views/records/edit_fields/_default.html.erb
curation_concerns-2.0.0.rc2 app/views/records/edit_fields/_default.html.erb
sufia-7.3.0 app/views/records/edit_fields/_default.html.erb
curation_concerns-1.7.6 app/views/records/edit_fields/_default.html.erb
sufia-7.3.0.rc3 app/views/records/edit_fields/_default.html.erb
sufia-7.3.0.rc2 app/views/records/edit_fields/_default.html.erb
curation_concerns-1.7.5 app/views/records/edit_fields/_default.html.erb
sufia-7.3.0.rc1 app/views/records/edit_fields/_default.html.erb
curation_concerns-1.7.4 app/views/records/edit_fields/_default.html.erb
curation_concerns-1.7.3 app/views/records/edit_fields/_default.html.erb
curation_concerns-1.7.2 app/views/records/edit_fields/_default.html.erb
curation_concerns-2.0.0.rc1 app/views/records/edit_fields/_default.html.erb
curation_concerns-1.7.1 app/views/records/edit_fields/_default.html.erb
curation_concerns-1.7.0 app/views/records/edit_fields/_default.html.erb
curation_concerns-1.7.0.beta1 app/views/records/edit_fields/_default.html.erb