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