Sha256: f07790cfde719909e3c52ada9710ba7ae03fa45143425deaa7e4ba2a4f08d35c

Contents?: true

Size: 405 Bytes

Versions: 7

Compression:

Stored size: 405 Bytes

Contents

<div class="resource-form-container">
  <%= simple_form_for [main_app, @form], remote: true, authenticity_token: true, html: { id: 'resource-form', 'data-type': 'json' } do |f| %>
    <%= f.input :thumbnail_id, as: :hidden, input_html: { data: {member_link: 'thumbnail_id'}} %>
    <%= f.input :representative_id, as: :hidden, input_html: { data: {member_link: 'representative_id'}} %>
  <% end %>
</div>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
hyrax-5.0.4 app/views/hyrax/base/_file_manager_resource_form.html.erb
hyrax-5.0.3 app/views/hyrax/base/_file_manager_resource_form.html.erb
hyrax-5.0.2 app/views/hyrax/base/_file_manager_resource_form.html.erb
hyrax-5.0.1 app/views/hyrax/base/_file_manager_resource_form.html.erb
hyrax-5.0.0 app/views/hyrax/base/_file_manager_resource_form.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/base/_file_manager_resource_form.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/base/_file_manager_resource_form.html.erb