Sha256: d9d5701215c664adb9a0cd793ac9f206c873a1f4580fe1afd5d87fabdd804428

Contents?: true

Size: 616 Bytes

Versions: 21

Compression:

Stored size: 616 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? %>
  <h3><%= t("hyrax.works.form.in_this_work") %></h3>
  <%= render 'form_child_work_relationships', f: f  %>
<% end %>

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
hyrax-1.1.1 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.0.3 app/views/hyrax/base/_form_relationships.html.erb
hyrax-1.1.0 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.0.2 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.0.1 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.0.0 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.0.0.rc3 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.0.0.rc2 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.0.0.rc1 app/views/hyrax/base/_form_relationships.html.erb
hyrax-1.0.5 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.0.0.beta5 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.0.0.beta4 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.0.0.beta3 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.0.0.beta2 app/views/hyrax/base/_form_relationships.html.erb
hyrax-2.0.0.beta1 app/views/hyrax/base/_form_relationships.html.erb
hyrax-1.0.4 app/views/hyrax/base/_form_relationships.html.erb
hyrax-1.0.3 app/views/hyrax/base/_form_relationships.html.erb
hyrax-1.0.2 app/views/hyrax/base/_form_relationships.html.erb
hyrax-1.0.1 app/views/hyrax/base/_form_relationships.html.erb
hyrax-1.0.0.rc2 app/views/hyrax/base/_form_relationships.html.erb