Sha256: 888b77b41d04dbae25f314313cf4d35fc1819fc7e0d79e2fa8ae55589ccd2a42
Contents?: true
Size: 385 Bytes
Versions: 2
Compression:
Stored size: 385 Bytes
Contents
<%= form_with(model: article_category, local: true) do |form| %> <!-- PHCPress - Category Form --> <div class="form-group"> <%= form.label :category_name, "Category Name" %> <%= form.text_field :category_name, class: "form-control" %> </div> <div class="actions"> <%= form.submit class: "btn btn-primary" %> </div> <!-- PHCPress - Category Form --> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
phcpress-53.0.0 | app/views/phcpress/article/categories/_form.html.erb |
phcpress-52.0.0 | app/views/phcpress/article/categories/_form.html.erb |