% if can? :manage, @school %>
Import Baumspage Roster
<%= form_for(School.new, url: import_baumspage_roster_url(@school)) do |f| %>
<%= f.label 'Baumspage roster text' %>
<%= f.text_area :baums_text, cols: "30", rows: "20" %>
<%= submit_tag "Import", :class=>"btn btn-success", data: { confirm: 'Are you sure? This will delete your current roster.' }%>
<% end %>
<% end %>