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

15 lines
351 B
Text
Raw Permalink Normal View History

2026-03-11 22:22:11 +00:00
<!--Descriptive page name, messages and instructions--><!--/descriptions-->
<h2 class="heading"><%= ts('Post New Chapter') %></h2>
<h3 class="heading"><%= @work.title %></h3>
<%= error_messages_for :chapter %>
<!--/descriptions-->
<!--subnav-->
<!--/subnav-->
<!--main content-->
<%= render 'chapter_form', :chapter => @chapter %>
<!--/content-->