Sha256: e40c54f6b22a9d9094a8e2d5d12bac7dd48bd1606286c36463f4062d31fb4ad7
Contents?: true
Size: 700 Bytes
Versions: 13
Compression:
Stored size: 700 Bytes
Contents
<!-- Form - Category --> <%= form_with(model: post_category, local: true) do |form| %> <!-- PHCNotifi Render Validation --> <%= render "phcdevworks_notifications/bootstrap/validations", :object => @post_category %> <!-- PHCNotifi Render Validation --> <!-- Form Input Fields --> <div class="form-group"> <%= form.label :post_category_name, "Category Name" %> <%= form.text_field :post_category_name, class: "form-control" %> </div> <!-- Form Input Fields --> <!-- Form Submition Button --> <div class="actions"> <%= form.submit class: "btn btn-primary" %> </div> <!-- For Submition Button --> <% end %> <!-- Form - Category -->
Version data entries
13 entries across 13 versions & 1 rubygems