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

11 lines
293 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('Create New Wrangling Guideline Section') %></h2>
<!--/descriptions-->
<!--subnav-->
<%= render 'admin/admin_nav' %>
<!--/subnav-->
<!--main content-->
<%= render 'wrangling_guideline_form' %>
<!--/content-->