Sha256: 1bdcb03fcee3ada708dced1b5d49b9a18f791f9021a386e49ec78041fd23e150
Contents?: true
Size: 697 Bytes
Versions: 9
Compression:
Stored size: 697 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
9 entries across 9 versions & 1 rubygems