Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 4723

Show
Ignore:
Timestamp:
08/08/06 18:19:30 (2 years ago)
Author:
rick
Message:

fix login form action

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • applications/plugins/app/views/sessions/new.rhtml

    r4722 r4723  
    1 <%= start_form_tag %> 
     1<%= start_form_tag sessions_url %> 
    22<p><label for="login">Login</label><br/> 
    33<%= text_field_tag 'login' %></p> 
     
    66<%= password_field_tag 'password' %></p> 
    77 
    8 <!-- Uncomment this if you want this functionality 
    98<p><label for="remember_me">Remember me:</label> 
    109<%= check_box_tag 'remember_me' %></p> 
    11 --> 
    1210 
    1311<p><%= submit_tag 'Log in' %></p>