mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-28 10:04:07 +01:00
Replace stray error_messages_for uses with working get_list_of_error_messages_for calls
This commit is contained in:
parent
f07a028843
commit
35cc0fceaa
3 changed files with 13 additions and 4 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue