Sha256: c3c6600760f1f1d231a166a23c79053428529c2d11f61c4d67ea6b82b0d74068

Contents?: true

Size: 506 Bytes

Versions: 23

Compression:

Stored size: 506 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 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

Version Path
spud_core-1.0.0.rc2 app/views/spud/admin/users/_edit.html.erb
spud_core-1.0.0.rc1.1 app/views/spud/admin/users/_edit.html.erb
spud_core-1.0.0.rc1 app/views/spud/admin/users/_edit.html.erb
spud_core-0.9.22 app/views/spud/admin/users/_edit.html.erb
spud_core-0.9.21 app/views/spud/admin/users/_edit.html.erb
spud_core-0.9.20 app/views/spud/admin/users/_edit.html.erb
spud_core-0.9.19 app/views/spud/admin/users/_edit.html.erb
tb_core-1.0.2 app/views/spud/admin/users/_edit.html.erb
spud_core-0.9.18 app/views/spud/admin/users/_edit.html.erb
tb_core-1.0.1 app/views/spud/admin/users/_edit.html.erb
tb_core-1.0 app/views/spud/admin/users/_edit.html.erb
tb_core-0.9.19 app/views/spud/admin/users/_edit.html.erb
tb_core-0.9.18 app/views/spud/admin/users/_edit.html.erb
tb_core-0.9.17 app/views/spud/admin/users/_edit.html.erb
spud_core-0.9.17 app/views/spud/admin/users/_edit.html.erb
spud_core-0.9.16 app/views/spud/admin/users/_edit.html.erb
spud_core-0.9.15 app/views/spud/admin/users/_edit.html.erb
spud_core-0.9.14 app/views/spud/admin/users/_edit.html.erb
spud_core-0.9.12 app/views/spud/admin/users/_edit.html.erb
spud_core-0.9.11 app/views/spud/admin/users/_edit.html.erb