%= page_header :title => @scheme.class.model_name.human %>
<%= error_messages_for @scheme %>
<%= bootstrap_form_for @scheme, :as => :concept, :url => scheme_path, :layout => :horizontal do |f| %>
<%= f.submit t("txt.common.save"), :class => "btn btn-primary" %>
<% end %>