Sha256: aee0af44053e52eac37c811c3a0d709aa5829e9400dce4f480b1a8a0a23da8fa

Contents?: true

Size: 286 Bytes

Versions: 31

Compression:

Stored size: 286 Bytes

Contents

<% if f.object.multiple? key %>
  <%= f.input :access_right, as: :multi_value, input_html: { rows: '14', type: 'textarea'}, required: f.object.required?(key) %>
<% else %>
  <%= f.input :access_right, as: :text, input_html: { rows: '14' }, required: f.object.required?(key) %>
<% end %>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/records/edit_fields/_access_right.html.erb
hyrax-5.0.4 app/views/records/edit_fields/_access_right.html.erb
hyrax-5.0.3 app/views/records/edit_fields/_access_right.html.erb
hyrax-5.0.2 app/views/records/edit_fields/_access_right.html.erb
hyrax-5.0.1 app/views/records/edit_fields/_access_right.html.erb
hyrax-5.0.0 app/views/records/edit_fields/_access_right.html.erb
hyrax-5.0.0.rc3 app/views/records/edit_fields/_access_right.html.erb
hyrax-5.0.0.rc2 app/views/records/edit_fields/_access_right.html.erb
hyrax-5.0.0.rc1 app/views/records/edit_fields/_access_right.html.erb
hyrax-3.6.0 app/views/records/edit_fields/_access_right.html.erb
hyrax-4.0.0 app/views/records/edit_fields/_access_right.html.erb
hyrax-4.0.0.rc3 app/views/records/edit_fields/_access_right.html.erb
hyrax-4.0.0.rc2 app/views/records/edit_fields/_access_right.html.erb
hyrax-4.0.0.rc1 app/views/records/edit_fields/_access_right.html.erb
hyrax-3.5.0 app/views/records/edit_fields/_access_right.html.erb
hyrax-4.0.0.beta2 app/views/records/edit_fields/_access_right.html.erb
hyrax-3.4.2 app/views/records/edit_fields/_access_right.html.erb
hyrax-4.0.0.beta1 app/views/records/edit_fields/_access_right.html.erb
hyrax-3.4.1 app/views/records/edit_fields/_access_right.html.erb
hyrax-3.4.0 app/views/records/edit_fields/_access_right.html.erb