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

Version Path
hyrax-2.9.6 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.9.5 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.9.4 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.9.3 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.9.2 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.9.1 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.9.0 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.8.0 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.7.2 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.7.1 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.7.0 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.6.0 app/views/hyrax/base/_form_relationships.html.erb
hyrax-3.0.0.pre.rc1 app/views/hyrax/base/_form_relationships.html.erb
hyrax-3.0.0.pre.beta3 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.5.1 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.5.0 app/views/hyrax/base/_form_relationships.html.erb
hyrax-3.0.0.pre.beta2 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.4.1 app/views/hyrax/base/_form_relationships.html.erb
hyrax-3.0.0.pre.beta1 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.4.0 app/views/hyrax/base/_form_relationships.html.erb