Sha256: 5940506c99d0a25f385ec7808c9245dc7cbd081d6de6e94cf6fb8c724256d229
Contents?: true
Size: 734 Bytes
Versions: 20
Compression:
Stored size: 734 Bytes
Contents
<!-- Form - Article - Category --> <%= form_with(model: article_category, local: true) do |form| %> <!-- PHCNotifi Render Validation --> <%= render "phcdevworks_notifications/bootstrap/validations", :object => @article_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, 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 - Article - Category -->
Version data entries
20 entries across 20 versions & 1 rubygems