Sha256: b2af5a4a08f49a1d4fcd24847e55bdda60efd144976956a9865b6c91f4b0e1dd
Contents?: true
Size: 754 Bytes
Versions: 12
Compression:
Stored size: 754 Bytes
Contents
<!-- Form - Tutorial - Category --> <%= form_with(model: tutorial_category, local: true) do |form| %> <!-- PHCNotifi Render Validation --> <%= render "phcdevworks_notifications/bootstrap/validations", :object => @tutorial_category %> <!-- PHCNotifi Render Validation --> <!-- Form Input Fields --> <div class="form-group"> <%= form.label :category_name, "Tutorial Category" %> <%= form.text_field :category_name, placeholder: "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 - Tutorial - Category -->
Version data entries
12 entries across 12 versions & 1 rubygems