Sha256: 4541af96a8c607169e41c8a78fe11f1779ee09c32c6a24f93f401c5e808daaf5
Contents?: true
Size: 816 Bytes
Versions: 3
Compression:
Stored size: 816 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 :directory_category_name, "Category Name", class: "form-label" %> <%= form.text_field :directory_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" %> </div> <!-- -PHCDEV- For Submition Button --> <% end %> <!-- -PHCDEV- Form - Directory - Category -->
Version data entries
3 entries across 3 versions & 1 rubygems