<%= form_for @classification_term, :as => "classification_term", :url => {:action => :create}, :html => {:class => 'form-horizontal aspace-record-form', :id => 'classification_term_form'} do |f| %> <%= form_context :classification_term, @classification_term do |form| %>
<%= render_aspace_partial :partial => "sidebar" %>
<%= render_aspace_partial :partial => "shared/toolbar_new_records" %>
<%= render_aspace_partial :partial => "classification_terms/form_container", :locals => {:form => form} %>
<%= link_to I18n.t("actions.cancel"), :back, :class => "btn btn-cancel btn-default" %>
<% end %> <% end %>