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