otwa-aggie/app/views/wrangling_guidelines/new.html.erb
2026-08-13 00:44:25 -04:00

11 lines
No EOL
293 B
Text

<!--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-->