app/views/phcpress/articles/posts/new.html.erb in phcpress-6.7.3 vs app/views/phcpress/articles/posts/new.html.erb in phcpress-7.0.0

- old
+ new

@@ -19,10 +19,14 @@ <!-- Main Content --> <section class="content"> <div class="row"> <div class="col-lg-12"> + + <!-- Page Form (New) --> <%= render 'form', articles_post: @articles_post %> + <!-- Page Form (New) --> + </div> </div> </section> <!-- Main Content --> \ No newline at end of file