Skip to content

Commit

Permalink
DEPRECATION WARNING: - style block helpers are deprecated. Please use…
Browse files Browse the repository at this point in the history
… =. (app/views/sessions/new.html.haml:5)
  • Loading branch information
apocalyptiq committed Mar 20, 2011
1 parent ecb1282 commit 6ac4a37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
%p== Don't have an account? #{link_to "Sign up!", signup_path}

<%- if options[:authlogic] -%>
- form_for @<%= session_singular_name %> do |f|
= form_for @<%= session_singular_name %> do |f|
= f.error_messages
%p
= f.label :username
Expand Down

0 comments on commit 6ac4a37

Please sign in to comment.