Sha256: 83c5617ffeb85cf186041e71218dfa7e3a47ac4b27bd0eac176d53dbd7580d76

Contents?: true

Size: 370 Bytes

Versions: 10

Compression:

Stored size: 370 Bytes

Contents

= form_for @user do |f|
  = render "shared/error_messages", :target => @user
  %p
    = f.label :email, "Email Address"
    %br/
    = f.text_field :email
  %p
    = f.label :password
    %br/
    = f.password_field :password
  %p
    = f.label :password_confirmation, "Confirm Password"
    %br/
    = f.password_field :password_confirmation
  %p
  = f.submit "Submit"

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
i0n_rails3_generators-0.2.19 lib/generators/i0n/authentication/templates/app/views/users/_form.haml
i0n_rails3_generators-0.2.18 lib/generators/i0n/authentication/templates/app/views/users/_form.haml
i0n_rails3_generators-0.2.17 lib/generators/i0n/authentication/templates/app/views/users/_form.haml
i0n_rails3_generators-0.2.16 lib/generators/i0n/authentication/templates/app/views/users/_form.haml
i0n_rails3_generators-0.2.15 lib/generators/i0n/authentication/templates/app/views/users/_form.haml
i0n_rails3_generators-0.2.14 lib/generators/i0n/authentication/templates/app/views/users/_form.haml
i0n_rails3_generators-0.2.13 lib/generators/i0n/authentication/templates/app/views/users/_form.haml
i0n_rails3_generators-0.2.12 lib/generators/i0n/authentication/templates/app/views/users/_form.haml
i0n_rails3_generators-0.2.11 lib/generators/i0n/authentication/templates/app/views/users/_form.haml
i0n_rails3_generators-0.2.10 lib/generators/i0n/authentication/templates/app/views/users/_form.haml