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

12 lines
292 B
Text

<!--Descriptive page name, messages and instructions-->
<h2 class="heading"><%= ts("Add To Collection") %></h2>
<%= error_messages_for :collection_item %>
<!--/descriptions-->
<!--subnav-->
<!--/subnav-->
<!--content-->
<%= render 'collection_item_form', :item => @item %>
<!--/content-->