Sha256: 4702fe913ab52f62c29c101a7f3c724a1f8dc045889caa7d16e536e2c626dba3

Contents?: true

Size: 598 Bytes

Versions: 4

Compression:

Stored size: 598 Bytes

Contents

= render 'shared/error_messages', :object => f.object 
- unless @user.new_record?
  .field
    = f.label :current_password, "Current Password"
    %br
    = f.password_field :current_password
.field
  = f.label :name
  %br
  = f.text_field :name
.field
  = f.label :username
  %br
  = f.text_field :username
.field
  = f.label :email
  %br
  = f.text_field :email
.field
  = f.label :password, "#{@user.new_record? ? '' : 'New ' }Password"
  %br
  = f.password_field :password
.field
  = f.label :password_confirmation, "Password Confirmation"
  %br
  = f.password_field :password_confirmation
%br

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iceauth-0.0.4 lib/generators/iceauth/templates/app/views/users/_fields.html.haml
iceauth-0.0.3 lib/generators/iceauth/templates/app/views/users/_fields.html.haml
iceauth-0.0.2 lib/generators/iceauth/templates/app/views/users/_fields.html.haml
iceauth-0.0.1 lib/generators/iceauth/templates/app/views/users/_fields.html.haml