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

Version Path
spud_core-0.8.6 app/views/spud/admin/users/_edit.html.erb
spud_core-0.8.5 app/views/spud/admin/users/_edit.html.erb
spud_core-0.8.4 app/views/spud/admin/users/_edit.html.erb
spud_core-0.8.2 app/views/spud/admin/users/_edit.html.erb
spud_core-0.8.1 app/views/spud/admin/users/_edit.html.erb
spud_core-0.8.0 app/views/spud/admin/users/_edit.html.erb