Sha256: 858f43e7657f7724e4bc05b494b0f6349dad9fa8e7167ec4ff0786416392259d

Contents?: true

Size: 632 Bytes

Versions: 12

Compression:

Stored size: 632 Bytes

Contents

- title "Log in"

%p== Don't have an account? #{link_to "Sign up!", signup_path}

<%- if options[:authlogic] -%>
= form_for @<%= session_singular_name %> do |f|
  = f.error_messages
  %p
    = f.label :username
    %br
    = f.text_field :username
  %p
    = f.label :password
    %br
    = f.password_field :password
  %p
    = f.submit "Log in"
<%- else -%>
- form_tag <%= session_plural_name %>_path do
  %p
    = label_tag :login, "Username or Email Address"
    %br
    = text_field_tag :login, params[:login]
  %p
    = label_tag :password
    %br
    = password_field_tag :password
  %p
    = submit_tag "Log in"
<%- end -%>

Version data entries

12 entries across 11 versions & 2 rubygems

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