Replace stray error_messages_for uses with working get_list_of_error_messages_for calls

This commit is contained in:
Stefan Hacker 2012-09-03 19:06:17 +02:00
parent f07a028843
commit 35cc0fceaa
3 changed files with 13 additions and 4 deletions

View file

@ -2,7 +2,7 @@
<h2><%= t('users.change_authentication_type') %></h2>
<%= error_messages_for 'user' %>
<%= get_list_of_error_messages_for @user %>
<p><%= t('users.select_authentication_type') %></p>
@ -15,4 +15,4 @@
<% end %>
</div>
</div>