otwarchive-symphonyarchive/app/views/collection_items/new.html.erb

13 lines
292 B
Text
Raw Permalink Normal View History

2026-03-11 22:22:11 +00:00
<!--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-->