Sha256: bf666fd1a49518c33b3d8cd8f2fc0a5cf6c45c0ee2c8975c8d462928be955547
Contents?: true
Size: 470 Bytes
Versions: 57
Compression:
Stored size: 470 Bytes
Contents
<%= form_for(@directory_category) do |f| %> <!-- PHC-Notifi Render Validation --> <%= render 'layouts/phcnotifi/components/validations', :object => @directory_category %> <div class="form-group field_with_errors"> <label><%= f.label :catname, "Category Name" %></label> <%= f.text_field :catname, class: "form-control", placeholder: "Directory Category" %> </div> <div class="actions"> <%= f.submit "Submit", class: "btn btn-primary" %> </div> <% end %>
Version data entries
57 entries across 57 versions & 2 rubygems