Sha256: def80ea81d7f08a5a6ec1a70aa4fdd46b4503223b06b1b667a42b8907467e688

Contents?: true

Size: 479 Bytes

Versions: 5

Compression:

Stored size: 479 Bytes

Contents

= form_for(['admin',@user], :method => 'PUT', :html => { :autocomplete => "off", :class => "form-horizontal" }) do |f| 
  %fieldset 
    %legend Edit User
    = render :partial => 'form', :locals => { :f => f }
    = render :partial => 'password_fields', :locals => { :f => f }
    = render :partial => 'role_fields', :locals => { :f => f }
  %div.form-actions
    = f.submit 'Save Changes', :class => 'btn btn-primary'
    = link_to 'Cancel', ['admin','users'], :class => 'btn'

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
protected-1.0.4 app/views/protected/admin/users/edit.html.haml
protected-1.0.3 app/views/protected/admin/users/edit.html.haml
protected-1.0.2 app/views/protected/admin/users/edit.html.haml
protected-1.0.1 app/views/protected/admin/users/edit.html.haml
protected-1.0.0 app/views/protected/admin/users/edit.html.haml