Sha256: 3ecdde0f5276bb3db3d08f3e89753e1365bbbaae97ca144f61d4d8e0d20e9743

Contents?: true

Size: 379 Bytes

Versions: 19

Compression:

Stored size: 379 Bytes

Contents

<%= form_with(model: article_category, local: true) do |form| %>

  <!-- PHCPressPro - Category Form -->
  <div class="form-group">
    <%= form.label :catname, "Category Name" %>
    <%= form.text_field :catname, class: "form-control" %>
  </div>
  <div class="actions">
    <%= form.submit class: "btn btn-primary" %>
  </div>
  <!-- PHCPressPro - Category Form -->

<% end %>

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
phcpresspro-81.0.0 app/views/phcpresspro/article/categories/_form.html.erb
phcpresspro-80.3.0 app/views/phcpresspro/article/categories/_form.html.erb
phcpresspro-80.2.0 app/views/phcpresspro/article/categories/_form.html.erb
phcpresspro-80.1.0 app/views/phcpresspro/article/categories/_form.html.erb
phcpresspro-80.0.0 app/views/phcpresspro/article/categories/_form.html.erb
phcpresspro-79.0.0 app/views/phcpresspro/article/categories/_form.html.erb
phcpresspro-78.2.0 app/views/phcpresspro/article/categories/_form.html.erb
phcpresspro-78.1.0 app/views/phcpresspro/article/categories/_form.html.erb
phcpresspro-78.0.0 app/views/phcpresspro/article/categories/_form.html.erb
phcpresspro-77.0.0 app/views/phcpresspro/article/categories/_form.html.erb
phcpresspro-76.0.0 app/views/phcpresspro/article/categories/_form.html.erb
phcpresspro-75.0.0 app/views/phcpresspro/article/categories/_form.html.erb
phcpresspro-74.0.0 app/views/phcpresspro/article/categories/_form.html.erb
phcpresspro-73.0.0 app/views/phcpresspro/article/categories/_form.html.erb
phcpresspro-72.0.0 app/views/phcpresspro/article/categories/_form.html.erb
phcpresspro-71.0.0 app/views/phcpresspro/article/categories/_form.html.erb
phcpresspro-70.2.0 app/views/phcpresspro/article/categories/_form.html.erb
phcpresspro-70.1.0 app/views/phcpresspro/article/categories/_form.html.erb
phcpresspro-70.0.0 app/views/phcpresspro/article/categories/_form.html.erb