Sha256: 885e5879d00dca4089ec1b7ccc25aea1bb7bc910750a86d30d3bbe52f9a76c46
Contents?: true
Size: 622 Bytes
Versions: 15
Compression:
Stored size: 622 Bytes
Contents
<%= form_for(@modules_connection) do |f| %> <!-- 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> <div class="actions"> <%= f.submit class: "btn btn-primary" %> </div> <!-- PHCPressPro - Connections Form --> <% end %>
Version data entries
15 entries across 15 versions & 1 rubygems