diff --git a/app/views/devise/sessions/new.html.erb b/app/views/devise/sessions/new.html.erb index 96840bf5..6861da46 100644 --- a/app/views/devise/sessions/new.html.erb +++ b/app/views/devise/sessions/new.html.erb @@ -3,11 +3,11 @@

<%= t(:login) %>

- <% flash.each do |key, msg| %> - <%= content_tag :spen, msg, :class => [key, "notice label label-warning"] %> - <% end%> <%= form_for :user, :url => user_session_path, :html => {:class => 'user_new form-horizontal'} do |f| %>
+ <% flash.each do |key, msg| %> + <%= content_tag :span, msg, :class => [key, "notice label label-warning"] %> + <% end%>

You need to sign in or sign up before continuing.