Sha256: 2e69e7145ebe164e5f6584729e92f2282b13178f273eb22986434d3b78a44900

Contents?: true

Size: 632 Bytes

Versions: 29

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

29 entries across 24 versions & 7 rubygems

Version Path
flockonus-nifty-generators-0.0.12 rails_generators/nifty_authentication/templates/views/haml/login.html.haml
flockonus-nifty-generators-0.0.11 rails_generators/nifty_authentication/templates/views/haml/login.html.haml
dust-generators-0.0.1 lib/generators/dust/authentication/templates/views/haml/login.html.haml
flockonus-nifty-generators-0.0.10 rails_generators/nifty_authentication/templates/views/haml/login.html.haml
flockonus-nifty-generators-0.0.9 rails_generators/nifty_authentication/templates/views/haml/login.html.haml
nifty-generators-0.4.5 rails_generators/nifty_authentication/templates/views/haml/login.html.haml
flockonus-nifty-generators-0.0.8 rails_generators/nifty_authentication/templates/views/haml/login.html.haml
flockonus-nifty-generators-0.0.7 rails_generators/nifty_authentication/templates/views/haml/login.html.haml
flockonus-nifty-generators-0.0.6 rails_generators/nifty_authentication/templates/views/haml/login.html.haml
nifty-generators-0.4.4 rails_generators/nifty_authentication/templates/views/haml/login.html.haml
nifty-generators-0.4.3 rails_generators/nifty_authentication/templates/views/haml/login.html.haml
nifty-generators-0.4.2 rails_generators/nifty_authentication/templates/views/haml/login.html.haml
nifty-generators-0.4.2 lib/generators/nifty/authentication/templates/views/haml/login.html.haml
nifty-generators-0.4.1 rails_generators/nifty_authentication/templates/views/haml/login.html.haml
nifty-generators-0.4.1 lib/generators/nifty/authentication/templates/views/haml/login.html.haml
niftier-generators-0.1.0 lib/generators/niftier/authentication/templates/views/haml/login.html.haml
corntrace-nifty-generators-0.4.1 lib/generators/nifty/authentication/templates/views/haml/login.html.haml
corntrace-nifty-generators-0.4.1 rails_generators/nifty_authentication/templates/views/haml/login.html.haml
corntrace-nifty-generators-0.4.0 rails_generators/nifty_authentication/templates/views/haml/login.html.haml
corntrace-nifty-generators-0.4.0 lib/generators/nifty/authentication/templates/views/haml/login.html.haml