Edit Category
<%= link_to "Back to List", admin_clients_categories_path, :class => "btn btn-default create-new hvr-box-shadow-outset" %>
<%= form_for(@clients_category, :url => admin_clients_category_path, :html => { :method => "put", :multipart => true, :class => "form-horizontal" }) do |f| %>
<% if @clients_category.errors.any? %>
<% end %>
<% end %>
-
<% @clients_category.errors.full_messages.each do |message| %>
- <%= message %> <% end %>
<%= f.text_field :name, :class => "form-control", :placeholder => "Name" %>
<%= f.text_field :title, :class => "form-control", :placeholder => "Title" %>
<%= f.text_area :description, :class => "form-control", :placeholder => "Description" %>