Sha256: a59082bc8d715ccd2bfad4d84ab634fe1dcf3a8e58c3910edc16beade7cdf2ad
Contents?: true
Size: 489 Bytes
Versions: 23
Compression:
Stored size: 489 Bytes
Contents
<p> Fill in all information pertaining to the new user you wish to create. Fields marked with * are required and must be filled out.</p> <%=form_for @user,:url => spud_admin_users_path(),:html=>{:class=>"form-horizontal"} do |f|%> <%=render :partial => "form",:locals => {:f => f}%> <div class="form-actions form-actions-no-modal"> <%=f.submit "Save User", :class=>"btn btn-primary"%> or <%=link_to "cancel",request.referer,:class => "btn"%> </div> <%end%>
Version data entries
23 entries across 23 versions & 2 rubygems