Sha256: a52e7767d58b4dae5b8c0bc0d14ae3c6df48b5197831c65c7c95dabf262bb1c9
Contents?: true
Size: 619 Bytes
Versions: 1
Compression:
Stored size: 619 Bytes
Contents
<h3><%= t("fcrepo_admin.object.associations.title") %>: <%= @association.name %></h3> <% if @response.total > 0 %> <% if @response.total > associated_objects_per_page %> <div class="pagination"> <%= render_pagination_info @response %> </div> <% end %> <%= render :partial => 'catalog/document_list', :locals => {:documents => @documents} %> <% if @response.total > associated_objects_per_page %> <div class="pagination"> <%= paginate_rsolr_response @response, :layout => 'blacklight' %> </div> <% end %> <% else %> <div class="alert"> No associated objects found. </div> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
fcrepo_admin-0.5.1 | app/views/fcrepo_admin/associations/show.html.erb |