14 lines
351 B
Text
14 lines
351 B
Text
<!--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-->
|
|
|