Sha256: f9fed206fb3014d17cad63771483928b3ccf7702c9ec2c7f88525455e84864e2

Contents?: true

Size: 316 Bytes

Versions: 10

Compression:

Stored size: 316 Bytes

Contents

<% # TODO: I think this file can be removed, because it duplicates what is in hydra-editor %>
<% if f.object.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

10 entries across 10 versions & 2 rubygems

Version Path
hyrax-1.1.1 app/views/records/edit_fields/_default.html.erb
hyrax-1.1.0 app/views/records/edit_fields/_default.html.erb
hyrax-1.0.5 app/views/records/edit_fields/_default.html.erb
hyrax-1.0.4 app/views/records/edit_fields/_default.html.erb
hyrax-1.0.3 app/views/records/edit_fields/_default.html.erb
hyrax-1.0.2 app/views/records/edit_fields/_default.html.erb
hyrax-1.0.1 app/views/records/edit_fields/_default.html.erb
hyrax-1.0.0.rc2 app/views/records/edit_fields/_default.html.erb
hyrax-1.0.0.rc1 app/views/records/edit_fields/_default.html.erb
test_hyrax-0.0.1.alpha app/views/records/edit_fields/_default.html.erb