Sha256: 213ea1aa2d95f322ba40be450fba360230e6a2db962df623bebcce7b64f68c38

Contents?: true

Size: 410 Bytes

Versions: 2

Compression:

Stored size: 410 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 attribute-title'>
            <%= link_to item.title.first, url_for_document(item) %>
          </li>
        <% end %>
      </ul>
    <% end %>
  </td>
</tr>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hyrax-2.1.0.beta2 app/views/hyrax/base/_relationships_parent_row.html.erb
hyrax-2.1.0.beta1 app/views/hyrax/base/_relationships_parent_row.html.erb