Sha256: ec36867dd51d3b365c06b364dd8fc8511dbed9eaef3341fba11621f1bb9012b5
Contents?: true
Size: 373 Bytes
Versions: 1
Compression:
Stored size: 373 Bytes
Contents
<%= form_with(model: article_category, local: true) do |form| %> <!-- PHCPress - 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> <!-- PHCPress - Category Form --> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phcpress-51.0.0 | app/views/phcpress/article/categories/_form.html.erb |