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