Sha256: f645c85612c6133ee6e638650deafdabbf47295e396f917a142f6ff4605fac47

Contents?: true

Size: 398 Bytes

Versions: 42

Compression:

Stored size: 398 Bytes

Contents

<dt> <%= t(".label", type: type.humanize) %> </dt>
<dd>
    <% if items.blank? %>
      <p><%= t('.empty', type: type.humanize) %></p>
    <% else %>
      <ul class="tabular">
        <% items.each do |item| %>
          <li class='attribute attribute-title'>
            <%= link_to item.title.first, url_for_document(item) %>
          </li>
        <% end %>
      </ul>
    <% end %>
  </dd>

Version data entries

42 entries across 42 versions & 1 rubygems

Version Path
hyrax-3.2.0 app/views/hyrax/base/_relationships_parent_row.html.erb
hyrax-2.9.6 app/views/hyrax/base/_relationships_parent_row.html.erb
hyrax-3.1.0 app/views/hyrax/base/_relationships_parent_row.html.erb
hyrax-2.9.5 app/views/hyrax/base/_relationships_parent_row.html.erb
hyrax-3.0.2 app/views/hyrax/base/_relationships_parent_row.html.erb
hyrax-3.0.1 app/views/hyrax/base/_relationships_parent_row.html.erb
hyrax-3.0.0 app/views/hyrax/base/_relationships_parent_row.html.erb
hyrax-3.0.0.pre.rc4 app/views/hyrax/base/_relationships_parent_row.html.erb
hyrax-2.9.4 app/views/hyrax/base/_relationships_parent_row.html.erb
hyrax-3.0.0.pre.rc3 app/views/hyrax/base/_relationships_parent_row.html.erb
hyrax-2.9.3 app/views/hyrax/base/_relationships_parent_row.html.erb
hyrax-2.9.2 app/views/hyrax/base/_relationships_parent_row.html.erb
hyrax-2.9.1 app/views/hyrax/base/_relationships_parent_row.html.erb
hyrax-2.9.0 app/views/hyrax/base/_relationships_parent_row.html.erb
hyrax-3.0.0.pre.rc2 app/views/hyrax/base/_relationships_parent_row.html.erb
hyrax-2.8.0 app/views/hyrax/base/_relationships_parent_row.html.erb
hyrax-2.7.2 app/views/hyrax/base/_relationships_parent_row.html.erb
hyrax-2.7.1 app/views/hyrax/base/_relationships_parent_row.html.erb
hyrax-2.7.0 app/views/hyrax/base/_relationships_parent_row.html.erb
hyrax-2.6.0 app/views/hyrax/base/_relationships_parent_row.html.erb