Sha256: b8a5785b6adfa7fdebf4887e41d4da5cb77400826059dc03e6f9d2fc205e052c

Contents?: true

Size: 479 Bytes

Versions: 11

Compression:

Stored size: 479 Bytes

Contents

= form_for @<%= user_singular_name %> do |f|
  = f.error_messages
  %p
    = f.label :username
    %br
    = f.text_field :username
  %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 (@<%= user_singular_name %>.new_record? ? "Sign up" : "Update")

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
flockonus-nifty-generators-0.0.12 lib/generators/nifty/authentication/templates/views/haml/_form.html.haml
nifty-generators-0.4.6 lib/generators/nifty/authentication/templates/views/haml/_form.html.haml
flockonus-nifty-generators-0.0.11 lib/generators/nifty/authentication/templates/views/haml/_form.html.haml
flockonus-nifty-generators-0.0.10 lib/generators/nifty/authentication/templates/views/haml/_form.html.haml
flockonus-nifty-generators-0.0.9 lib/generators/nifty/authentication/templates/views/haml/_form.html.haml
nifty-generators-0.4.5 lib/generators/nifty/authentication/templates/views/haml/_form.html.haml
flockonus-nifty-generators-0.0.8 lib/generators/nifty/authentication/templates/views/haml/_form.html.haml
flockonus-nifty-generators-0.0.7 lib/generators/nifty/authentication/templates/views/haml/_form.html.haml
flockonus-nifty-generators-0.0.6 lib/generators/nifty/authentication/templates/views/haml/_form.html.haml
nifty-generators-0.4.4 lib/generators/nifty/authentication/templates/views/haml/_form.html.haml
nifty-generators-0.4.3 lib/generators/nifty/authentication/templates/views/haml/_form.html.haml