Sha256: 597f200097428ba71a0bdd8bd0b09b8813c3c9df6806a6fd852c42d4aa7b694d

Contents?: true

Size: 424 Bytes

Versions: 24

Compression:

Stored size: 424 Bytes

Contents

- unless logged_in?
  - if flash[:error]
    %p.error= flash[:error]
  %form{ :method => 'POST', :action => Rs(:login) }
    %ul
      %li
        username:
        %input{ :type => 'text', :name => 'username' }/
      %li
        password:
        %input{ :type => 'password', :name => 'password' }/
      %li
        %input{ :type => 'submit', :name => 'login' }/
- else
  click here to
  %a{ :href => Rs(:logout) } logout

Version data entries

24 entries across 24 versions & 5 rubygems

Version Path
Pistos-ramaze-2008.09 examples/app/auth/template/login.haml
Pistos-ramaze-2008.12 examples/app/auth/template/login.haml
Pistos-ramaze-2009.01 examples/app/auth/template/login.haml
Pistos-ramaze-2009.02 examples/app/auth/template/login.haml
clivecrous-ramaze-0.3.9.5 examples/auth/template/login.haml
manveru-ramaze-2008.07 examples/app/auth/template/login.haml
manveru-ramaze-2008.08 examples/app/auth/template/login.haml
manveru-ramaze-2008.09 examples/app/auth/template/login.haml
manveru-ramaze-2008.10 examples/app/auth/template/login.haml
manveru-ramaze-2008.12 examples/app/auth/template/login.haml
manveru-ramaze-2009.01 examples/app/auth/template/login.haml
ptomato-ramaze-2009.02.1 examples/app/auth/template/login.haml
ptomato-ramaze-2009.02 examples/app/auth/template/login.haml
ramaze-0.3.0 examples/auth/template/login.haml
ramaze-0.2.1 examples/auth/template/login.haml
ramaze-0.3.5 examples/auth/template/login.haml
ramaze-0.2.0 examples/auth/template/login.haml
ramaze-2008.11 examples/app/auth/template/login.haml
ramaze-0.3.9 examples/auth/template/login.haml
ramaze-0.3.9.1 examples/auth/template/login.haml