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