Restored error messages on my account.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6166 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2011-07-03 12:23:11 +00:00
parent c19e3e0627
commit 5b648a7dae
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
</div>
<h2><%=l(:label_my_account)%></h2>
<%= error_messages_for 'user' %>
<% form_for :user, @user, :url => { :action => "account" },
:builder => TabularFormBuilder,