Sha256: 6388dfad63449fd0a5b7a0eb7e4299f6cdf8998beb159dadb4ac462fe99ae620

Contents?: true

Size: 356 Bytes

Versions: 1

Compression:

Stored size: 356 Bytes

Contents

- focus('login')
= message_block
- unless logged_in?
  %h1 Please log in
  =form_tag authengine_sessions_path do
    %table
      %tr
        %td User name:
        %td
          =text_field_tag "login"
      %tr
        %td Password
        %td
          =password_field_tag "password"
      %tr
        %td
          = submit_tag 'Log in...'
        %td

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
authengine-0.0.2 app/views/authengine/sessions/new.html.haml