summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorsimon <simon@zagal.(none)>2009-02-08 23:54:29 +0100
committerhukl <hukl@eight.local>2009-02-15 20:22:04 +0100
commit654f1542cafb3a8fc6bcd559952ae1a14c825fc9 (patch)
treed4596c1a34d72495b473523774993a28128b6987 /app/views
parent9f94a70c3e3d9bf766cb9663b0a904d30a190d85 (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.erb5
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 -%>