app/views/phcpress/modules/categories/edit.html.erb in phcpress-6.7.3 vs app/views/phcpress/modules/categories/edit.html.erb in phcpress-7.0.0
- old
+ new
@@ -25,13 +25,15 @@
<div class="box-header with-border">
<h3 class="box-title"><%= yield(:phc_title) %></h3>
</div>
<div class="box-body">
+ <!-- Page Form (Edit) -->
<%= render 'form', modules_category: @modules_category %>
+ <!-- Page Form (Edit) -->
+
</div>
</div>
-
</div>
</div>
</section>
-<!-- Main Content -->
+<!-- Main Content -->
\ No newline at end of file