Sha256: 874820c38a23c28e3f6a0e82d7e373b05dfb79cad4a90ccf9cf7fd5c6713fcce

Contents?: true

Size: 222 Bytes

Versions: 26

Compression:

Stored size: 222 Bytes

Contents

<% 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

26 entries across 26 versions & 1 rubygems

Version Path
hydra-editor-6.3.0 app/views/records/edit_fields/_default.html.erb
hydra-editor-6.2.0 app/views/records/edit_fields/_default.html.erb
hydra-editor-6.1.0 app/views/records/edit_fields/_default.html.erb
hydra-editor-6.0.0 app/views/records/edit_fields/_default.html.erb
hydra-editor-5.0.5 app/views/records/edit_fields/_default.html.erb
hydra-editor-5.0.4 app/views/records/edit_fields/_default.html.erb
hydra-editor-5.0.3 app/views/records/edit_fields/_default.html.erb
hydra-editor-5.0.2 app/views/records/edit_fields/_default.html.erb
hydra-editor-5.0.1 app/views/records/edit_fields/_default.html.erb
hydra-editor-5.0.0 app/views/records/edit_fields/_default.html.erb
hydra-editor-4.0.2 app/views/records/edit_fields/_default.html.erb
hydra-editor-4.0.1 app/views/records/edit_fields/_default.html.erb
hydra-editor-3.4.0 app/views/records/edit_fields/_default.html.erb
hydra-editor-3.4.0.beta app/views/records/edit_fields/_default.html.erb
hydra-editor-3.3.2 app/views/records/edit_fields/_default.html.erb
hydra-editor-3.3.1 app/views/records/edit_fields/_default.html.erb
hydra-editor-3.2.1 app/views/records/edit_fields/_default.html.erb
hydra-editor-3.2.0 app/views/records/edit_fields/_default.html.erb
hydra-editor-3.1.2 app/views/records/edit_fields/_default.html.erb
hydra-editor-3.1.1 app/views/records/edit_fields/_default.html.erb