Sha256: 3ab7aba1e879102cb3b667e484f5adc9e666cdb6d0e971859cc9d9e40cdee70d

Contents?: true

Size: 723 Bytes

Versions: 63

Compression:

Stored size: 723 Bytes

Contents

<%# Render presenters which aren't specified in the 'presenter_types' %>
<% presenter.grouped_presenters(except: presenter.presenter_types).each_pair do |model_name, items| %>
  <%= render 'relationships_parent_row', type: model_name, items: items, presenter: presenter %>
<% end %>

<%# Render grouped presenters. Show rows if there are any items of that type %>
<% presenter.presenter_types.each do |type| %>
  <% presenter.grouped_presenters(filtered_by: type).each_pair do |_, items| %>
    <%= render 'relationships_parent_row', type: type, items: items, presenter: presenter %>
  <% end %>
<% end %>

<% if current_user %>
<%= presenter.attribute_to_html(:admin_set, render_as: :faceted, html_dl: true) %>
<% end %>

Version data entries

63 entries across 63 versions & 1 rubygems

Version Path
hyrax-5.1.0.pre.beta1 app/views/hyrax/base/_relationships_parent_rows.html.erb
hyrax-5.0.4 app/views/hyrax/base/_relationships_parent_rows.html.erb
hyrax-5.0.3 app/views/hyrax/base/_relationships_parent_rows.html.erb
hyrax-5.0.2 app/views/hyrax/base/_relationships_parent_rows.html.erb
hyrax-5.0.1 app/views/hyrax/base/_relationships_parent_rows.html.erb
hyrax-5.0.0 app/views/hyrax/base/_relationships_parent_rows.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/base/_relationships_parent_rows.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/base/_relationships_parent_rows.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/base/_relationships_parent_rows.html.erb
hyrax-3.6.0 app/views/hyrax/base/_relationships_parent_rows.html.erb
hyrax-4.0.0 app/views/hyrax/base/_relationships_parent_rows.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/base/_relationships_parent_rows.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/base/_relationships_parent_rows.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/base/_relationships_parent_rows.html.erb
hyrax-3.5.0 app/views/hyrax/base/_relationships_parent_rows.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/base/_relationships_parent_rows.html.erb
hyrax-3.4.2 app/views/hyrax/base/_relationships_parent_rows.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/base/_relationships_parent_rows.html.erb
hyrax-3.4.1 app/views/hyrax/base/_relationships_parent_rows.html.erb
hyrax-3.4.0 app/views/hyrax/base/_relationships_parent_rows.html.erb