Sha256: 42e9d9ea1cae6a3496fb757a41107ed0870c821ce27810379d2f0620f799819d
Contents?: true
Size: 790 Bytes
Versions: 4
Compression:
Stored size: 790 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 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 %> <!-- Form - Tutorial - Category -->
Version data entries
4 entries across 4 versions & 1 rubygems