Sha256: 761d80c5fb9eb42feee77947912af66e205e2c532f6f5acec18df40745d855d7
Contents?: true
Size: 682 Bytes
Versions: 15
Compression:
Stored size: 682 Bytes
Contents
<!-- Form - Article - Category --> <%= form_with(model: article_category, local: true) do |form| %> <!-- PHCNotifi Render Validation --> <%= render 'phcnotifi/default/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
15 entries across 15 versions & 2 rubygems