Sha256: 945e817c93bbb2f73b28dd65d680d05f2481fac7daab966b881566eb677737c2

Contents?: true

Size: 469 Bytes

Versions: 8

Compression:

Stored size: 469 Bytes

Contents

= form_for @<%= user_singular_name %> do |f|
  = f.error_messages
  .field
    = f.label :username
    = f.text_field :username
  .field
    = f.label :email, "Email Address"
    = f.text_field :email
  .field
    = f.label :password
    = f.password_field :password
  .field
    = f.label :password_confirmation, "Confirm Password"
    = f.password_field :password_confirmation
  .actions
    = f.submit (@<%= user_singular_name %>.new_record? ? "Sign up" : "Update")

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
kickoff-0.0.2 lib/generators/kickoff/authentication/templates/views/haml/_form.html.haml
nifty-generators-improved-0.5 lib/generators/nifty/authentication/templates/views/haml/_form.html.haml
zoo-generators-0.1.5 lib/generators/zoo/authentication/templates/views/haml/_form.html.haml
zoo-generators-0.1.4 lib/generators/zoo/authentication/templates/views/haml/_form.html.haml
zoo-generators-0.1.3 lib/generators/zoo/authentication/templates/views/haml/_form.html.haml
zoo-generators-0.1.2 lib/generators/zoo/authentication/templates/views/haml/_form.html.haml
zoo-generators-0.1.1 lib/generators/zoo/authentication/templates/views/haml/_form.html.haml
zoo-generators-0.1.0 lib/generators/zoo/authentication/templates/views/haml/_form.html.haml