Sha256: af35fc99d96b43829c238905dcc76a3fc8ef8d44da8597698ec9224c845816b3
Contents?: true
Size: 334 Bytes
Versions: 2
Compression:
Stored size: 334 Bytes
Contents
<% content_for :main do %> <h1><%= object_title %></h1> <%= yield %> <% end %> <% content_for :sidebar do %> <%= render :partial => 'fcrepo_admin/objects/context_nav_items', :locals => {:object => @object}, :layout => 'fcrepo_admin/shared/context_nav_list' %> <% end %> <%= render :template => 'layouts/fcrepo_admin/default' %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
fcrepo_admin-0.3.3 | app/views/layouts/fcrepo_admin/objects.html.erb |
fcrepo_admin-0.3.2 | app/views/layouts/fcrepo_admin/objects.html.erb |