Sha256: b82a2ce99dc81ff0b3ffb7c8b95d6bcf5bc1add06cd668706e3081a3023fe43d
Contents?: true
Size: 749 Bytes
Versions: 12
Compression:
Stored size: 749 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 :directory_category_name, "Category Name" %> <%= form.text_field :directory_category_name, placeholder: "Directory Category", 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 - Directory - Category -->
Version data entries
12 entries across 12 versions & 1 rubygems