Fill in all information pertaining to the new user you wish to create. Fields marked with * are required and must be filled out.

<%=form_for @user,:url => spud_admin_users_path(),:html=>{:class=>"form-horizontal"} do |f|%> <%=render :partial => "form",:locals => {:f => f}%>
<%=f.submit "Create User", :class=>"btn btn-primary"%> or <%=link_to "cancel","#",:class => "close_dialog btn"%>
<%end%>