Sha256: 7fad876d8a2f64d5e18ded6376bb8a2fc44253cdb8085cf2ff2e633249ca0822
Contents?: true
Size: 440 Bytes
Versions: 131
Compression:
Stored size: 440 Bytes
Contents
<%= form_for(directory_category) do |f| %> <!-- PHC-Notifi Render Validation --> <%= render 'phcnotifi/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 class: "btn btn-primary" %> </div> <% end %>
Version data entries
131 entries across 131 versions & 2 rubygems