Sha256: e1bcf96a8dbe1697fe64a699bb52fabf9ba39fafb113debc1aaa32bc6ea2bc36
Contents?: true
Size: 404 Bytes
Versions: 2
Compression:
Stored size: 404 Bytes
Contents
<h3><%= t("fcrepo_admin.object.associations.title") %>: <%= @association.name %></h3> <% if @response.total > 0 %> <%= content_tag :ol, :start => @response.params[:start].to_i + 1 do %> <% @documents.each do |doc| %> <li> <%= link_to doc.id, fcrepo_admin.object_path(doc.id) %> </li> <% end %> <% end %> <% else %> <div class="alert"> No associated objects found. </div> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fcrepo_admin-0.5.0 | app/views/fcrepo_admin/associations/show.html.erb |
fcrepo_admin-0.4.1 | app/views/fcrepo_admin/associations/show.html.erb |