Sha256: 0d6393b52ebec77437d63eebb7416a9104cf520e88931be22277c4ef798dec21
Contents?: true
Size: 481 Bytes
Versions: 24
Compression:
Stored size: 481 Bytes
Contents
<%= form_for(@modules_category) do |f| %> <!-- PHCNotifi Render Validation --> <%= render 'phcnotifi/validations', :object => @modules_category %> <!-- PHCNotifi Render Validation --> <!-- PHCPressPro - Category Form --> <div class="form-group"> <%= f.label :catname, "Category Name" %> <%= f.text_field :catname, class: "form-control" %> </div> <div class="actions"> <%= f.submit class: "btn btn-primary" %> </div> <!-- PHCPressPro - Category Form --> <% end %>
Version data entries
24 entries across 24 versions & 2 rubygems