Sha256: e5bda62f77dacc35992f196bb3a181a962deaa9efb49acf8c1a1013b340b11d7
Contents?: true
Size: 777 Bytes
Versions: 1
Compression:
Stored size: 777 Bytes
Contents
<h2><%= t('.header') %></h2> <% collection_presenters = presenter.collection_presenters %> <% if collection_presenters.blank? %> <p><%= t('.empty', type: presenter.human_readable_type) %></p> <% else %> <table class="table table-striped relationships"> <tbody> <tr> <th><%= t('.collections', type: presenter.human_readable_type) %></th> <td> <% collection_presenters.each do |collection| %> <ul class="tabular"> <li class='attribute title'> <%= link_to collection.title, main_app.collection_path(collection) %> </li> </ul> <% end %> </td> </tr> </tbody> </table> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sufia-7.0.0.beta1 | app/views/curation_concerns/base/_relationships.html.erb |