Sha256: 3c35a0556b6b99715a68332ba026bfa1e3c292c7a1091f0ea7c44c28146c5e9a
Contents?: true
Size: 615 Bytes
Versions: 35
Compression:
Stored size: 615 Bytes
Contents
<% if Flipflop.assign_admin_set? %> <%# TODO: consider `Hyrax::AdminSetOptionsPresenter.select_options_for(controller: controller)` instead %> <%= f.input :admin_set_id, as: :select, include_blank: false, collection: Hyrax::AdminSetOptionsPresenter.new(Hyrax::AdminSetService.new(controller)).select_options, input_html: { class: 'form-control' } %> <% end %> <%= render 'form_in_works', f: f %> <%= render 'form_member_of_collections', f: f %> <% if f.object.persisted? %> <h2><%= t("hyrax.works.form.in_this_work") %></h2> <%= render 'form_child_work_relationships', f: f %> <% end %>
Version data entries
35 entries across 35 versions & 1 rubygems