Index: app/views/account/login.rhtml =================================================================== --- app/views/account/login.rhtml (revision 36) +++ app/views/account/login.rhtml (working copy) @@ -1,11 +1,11 @@ -<%= start_form_tag :action=> "login" %> +<% form_tag :action=> "login" do %>

Please sign in

If you're visiting this page, then we are assuming that you've already <%= link_to "registered yourself", :action => 'signup' %>. If not, then please <%= link_to 'click here', :action => 'signup' %> to register before signing in.

- <% if @flash['notice'] %> -
<%= @flash['notice'] %>
+ <% if flash['notice'] %> +
<%= flash['notice'] %>
<% end %>
@@ -22,5 +22,5 @@
-<%= end_form_tag %> +<% end %>