Sha256: f8476ad3b6f7d60a20969b3c5afb84f394b32dc0892d7926f79c443e0356efa0
Contents?: true
Size: 471 Bytes
Versions: 26
Compression:
Stored size: 471 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"> <%=f.submit "Create User", :class=>"btn btn-primary"%> or <%=link_to "cancel","#",:class => "close_dialog btn"%> </div> <%end%>
Version data entries
26 entries across 26 versions & 1 rubygems