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

Version Path
phcpresspro-86.4.0 app/views/phcpresspro/article/categories/_form.html.erb
phcpress-56.4.0 app/views/phcpress/article/categories/_form.html.erb
phcpresspro-86.3.0 app/views/phcpresspro/article/categories/_form.html.erb
phcpress-56.3.0 app/views/phcpress/article/categories/_form.html.erb
phcpresspro-86.2.0 app/views/phcpresspro/article/categories/_form.html.erb
phcpress-56.2.0 app/views/phcpress/article/categories/_form.html.erb
phcpresspro-86.1.0 app/views/phcpresspro/article/categories/_form.html.erb
phcpress-56.1.0 app/views/phcpress/article/categories/_form.html.erb
phcpresspro-86.0.0 app/views/phcpresspro/article/categories/_form.html.erb
phcpress-56.0.0 app/views/phcpress/article/categories/_form.html.erb
phcpresspro-85.0.0 app/views/phcpresspro/article/categories/_form.html.erb
phcpress-55.0.0 app/views/phcpress/article/categories/_form.html.erb
phcpresspro-84.0.0 app/views/phcpresspro/article/categories/_form.html.erb
phcpresspro-83.0.0 app/views/phcpresspro/article/categories/_form.html.erb
phcpress-54.0.0 app/views/phcpress/article/categories/_form.html.erb