Sha256: c156936b61383cb17a493a7544d41c392dea34078366856ea18345aceb8980a2

Contents?: true

Size: 400 Bytes

Versions: 5

Compression:

Stored size: 400 Bytes

Contents

<h3><%= t("fcrepo_admin.object.associations.title") %>: <%= @association.name %></h3>

<% if @response.total > 0 %>
  <div class="pagination">
	<%= render_pagination_info @response %>
  </div>
  <%= render_document_index @documents %>
  <div class="pagination">
	<%= safe_paginate_rsolr_response @response %>
  </div>
<% else %>
  <div class="alert">
	No associated objects found.
  </div>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
fcrepo_admin-0.6.1 app/views/fcrepo_admin/associations/show.html.erb
fcrepo_admin-0.6.0 app/views/fcrepo_admin/associations/show.html.erb
fcrepo_admin-0.5.5 app/views/fcrepo_admin/associations/show.html.erb
fcrepo_admin-0.5.5.pre app/views/fcrepo_admin/associations/show.html.erb
fcrepo_admin-0.5.4 app/views/fcrepo_admin/associations/show.html.erb