app/views/phcpress/modules/categories/edit.html.erb in phcpress-5.0.0 vs app/views/phcpress/modules/categories/edit.html.erb in phcpress-5.1.0
- old
+ new
@@ -1,12 +2 @@
-<!-- Main Content -->
-<div class="panel panel-primary">
-
- <div class="panel-heading">
- <i class="fa fa-list-ul"></i> Edit Category
- </div>
-
- <div class="panel-body">
- <%= render 'form' %>
- </div>
-
-</div>
+<%= render 'form', modules_category: @modules_category %>