Sha256: 007173309e06a5c476622cfb8dc2657b74d6bc83fb76b153160774a2cc41193c
Contents?: true
Size: 507 Bytes
Versions: 9
Compression:
Stored size: 507 Bytes
Contents
<%= form_for(@modules_connection) do |f| %> <%= render 'phcnotifi/validations', :object => @modules_category %> <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 --> <% end %>
Version data entries
9 entries across 9 versions & 1 rubygems