Sha256: 1f26fecfb0bfb31b19021fc9da259ceb501d086e425364236817ad152181e562

Contents?: true

Size: 400 Bytes

Versions: 22

Compression:

Stored size: 400 Bytes

Contents

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

Version data entries

22 entries across 22 versions & 2 rubygems

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