app/views/phcpresspro/modules/connections/_form.html.erb in phcpresspro-55.0.0 vs app/views/phcpresspro/modules/connections/_form.html.erb in phcpresspro-56.0.0
- old
+ new
@@ -1,21 +1,21 @@
<%= form_for(@modules_connection) do |f| %>
- <%= render 'phcnotifi/validations', :object => @modules_category %>
+ <!-- PHCNotifi Render Validation -->
+ <%= render 'phcnotifi/validations', :object => @modules_connection %>
+ <!-- PHCNotifi Render Validation -->
+ <!-- PHCPressPro - Connections Form -->
<div class="form-group">
<%= f.label :category_id, "Category ID" %>
<%= f.text_field :category_id, class: "form-control" %>
</div>
-
<div class="form-group">
<%= f.label :post_id, "Post ID" %>
<%= f.text_field :post_id, class: "form-control" %>
</div>
-
- <!-- Form Button -->
<div class="actions">
<%= f.submit class: "btn btn-primary" %>
</div>
- <!-- Form Button -->
+ <!-- PHCPressPro - Connections Form -->
<% end %>