Sha256: 1174e1c72782c1fda04af1bc025f20fd4a7d74591d98e4f7ee16c4fbef474f1b
Contents?: true
Size: 729 Bytes
Versions: 9
Compression:
Stored size: 729 Bytes
Contents
<!-- -PHCDEV- Form - Article - Category --> <%= form_with(model: article_category, local: true) do |form| %> <!-- -PHCDEV- Form Validation --> <%= render "phcdevworks_notifications/bootstrap/validations", :object => @article_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, class: "form-control" %> </div> <!-- -PHCDEV- Form Input Fields --> <!-- -PHCDEV- Form Submition Button --> <div class="actions"> <%= form.submit class: "btn btn-primary" %> </div> <!-- -PHCDEV- Form Submition Button --> <% end %> <!-- -PHCDEV- Form - Article - Category -->
Version data entries
9 entries across 9 versions & 2 rubygems