Sha256: a835d9ed608607b4642ef04d295514ec8a8d33b044bf19bb11a86205cc83d9d0
Contents?: true
Size: 484 Bytes
Versions: 26
Compression:
Stored size: 484 Bytes
Contents
<p> Fill in all information pertaining to the current user you wish to modify. Fields marked with * are required and must be filled out.</p> <%=form_for @user,:url => spud_admin_user_path(:id => @user.id),:html=>{:class=>"form-horizontal"} do |f|%> <%=render :partial => "form",:locals => {:f => f}%> <div class="form-actions"> <%=f.submit "Save 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