Sha256: 1cd228238db8465846492e955ca55c8930663ab901b1ba3dd1d1fb9cd91d0325
Contents?: true
Size: 681 Bytes
Versions: 10
Compression:
Stored size: 681 Bytes
Contents
<%= 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 field_with_errors"> <%= form.label :tutorial_category_name, "Tutorial Category" %> <%= form.text_field :tutorial_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 %>
Version data entries
10 entries across 10 versions & 1 rubygems