otwarchive-symphonyarchive/app/views/collections/edit.html.erb
2026-03-11 22:22:11 +00:00

13 lines
408 B
Text

<!--Descriptive page name and system messages, descriptions, and instructions.-->
<h2 class="heading"><%= ts("Edit Collection") %></h2>
<!-- /descriptions-->
<!--subnavgiation, sorting and actions-->
<%= render "collections/collection_form_delete" %>
<!--/subnav-->
<!--main content-->
<h3 class="landmark heading"><%= ts("Edit Collection Form") %></h3>
<%= render :partial => 'form' %>
<!--/content-->