app/views/phcpress/articles/posts/new.html.erb in phcpress-6.6.5 vs app/views/phcpress/articles/posts/new.html.erb in phcpress-6.6.6
- old
+ new
@@ -19,19 +19,10 @@
<!-- Main Content -->
<section class="content">
<div class="row">
<div class="col-lg-12">
- <div class="box">
- <div class="box-header with-border">
- <h3 class="box-title"><%= yield(:phc_title) %></h3>
- </div>
- <div class="box-body">
-
- <%= render 'form', articles_post: @articles_post %>
-
- </div>
- </div>
+ <%= render 'form', articles_post: @articles_post %>
</div>
</div>
</section>
<!-- Main Content -->
\ No newline at end of file