diff options
| author | simon <simon@zagal.(none)> | 2009-02-08 23:54:29 +0100 |
|---|---|---|
| committer | hukl <hukl@eight.local> | 2009-02-15 20:22:04 +0100 |
| commit | 654f1542cafb3a8fc6bcd559952ae1a14c825fc9 (patch) | |
| tree | d4596c1a34d72495b473523774993a28128b6987 /app/views | |
| parent | 9f94a70c3e3d9bf766cb9663b0a904d30a190d85 (diff) | |
* regenerated the user fixtures with new site key, login tests work now
* removed some cookie related tests
Diffstat (limited to 'app/views')
| -rw-r--r-- | app/views/sessions/new.html.erb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb index 84f8469..3a27464 100644 --- a/app/views/sessions/new.html.erb +++ b/app/views/sessions/new.html.erb | |||
| @@ -7,10 +7,5 @@ | |||
| 7 | <p><%= label_tag 'password' %><br/> | 7 | <p><%= label_tag 'password' %><br/> |
| 8 | <%= password_field_tag 'password', nil %></p> | 8 | <%= password_field_tag 'password', nil %></p> |
| 9 | 9 | ||
| 10 | <!-- Uncomment this if you want this functionality | ||
| 11 | <p><%= label_tag 'remember_me', 'Remember me' %> | ||
| 12 | <%= check_box_tag 'remember_me', '1', @remember_me %></p> | ||
| 13 | --> | ||
| 14 | |||
| 15 | <p><%= submit_tag 'Log in' %></p> | 10 | <p><%= submit_tag 'Log in' %></p> |
| 16 | <% end -%> | 11 | <% end -%> |
