Sha256: 569f609c4bb83d5022082e430911c58d69f822b87c29c241da75ad640ce93b54

Contents?: true

Size: 449 Bytes

Versions: 15

Compression:

Stored size: 449 Bytes

Contents

<% if Flipflop.assign_admin_set? %>
  <%= f.input :admin_set_id, as: :select,
      include_blank: false,
      collection: admin_set_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 class="h3 mt-4"><%= t("hyrax.works.form.in_this_work") %></h2>
  <%= render 'form_child_work_relationships', f: f %>
<% end %>

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/hyrax/base/_form_relationships.html.erb
hyrax-5.0.4 app/views/hyrax/base/_form_relationships.html.erb
hyrax-5.0.3 app/views/hyrax/base/_form_relationships.html.erb
hyrax-5.0.2 app/views/hyrax/base/_form_relationships.html.erb
hyrax-5.0.1 app/views/hyrax/base/_form_relationships.html.erb
hyrax-5.0.0 app/views/hyrax/base/_form_relationships.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/base/_form_relationships.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/base/_form_relationships.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/base/_form_relationships.html.erb
hyrax-4.0.0 app/views/hyrax/base/_form_relationships.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/base/_form_relationships.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/base/_form_relationships.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/base/_form_relationships.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/base/_form_relationships.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/base/_form_relationships.html.erb