Create a School <%= link_to 'Back', admin_schools_path, class: 'btn pull-right mgn_t_5', id: 'admin_schools_button' %>


<%= simple_form_for @school, url: admin_schools_path, html: {class: 'form-horizontal'} do |f| %> <%= f.error_notification %>
<%= f.input :name %> <%= f.input :description %> <%= f.input :address %>
<%= f.button :submit, "Create School", class: 'btn-success', id: "create_school_button" %>
<% end %>