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.3.3 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.3.2 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.3.1 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.3.0 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.2.4 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.2.3 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.2.2 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.2.1 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.2.0 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.1.0 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.1.0.rc4 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.1.0.rc3 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.1.0.rc2 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.1.0.rc1 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.1.0.beta2 app/views/hyrax/base/_form_relationships.html.erb