Sha256: 0669569763530549b47bbc0e83a9fb282c1e01f1861a7672763afab28f43855f
Contents?: true
Size: 508 Bytes
Versions: 83
Compression:
Stored size: 508 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
83 entries across 83 versions & 1 rubygems