Replaced error_messages_for with #error_messages.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7945 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2011-11-27 10:44:58 +00:00
parent caefb912b5
commit 1ebe9640a6
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<%= error_messages_for :group %>
<%= f.error_messages %>
<div class="box tabular">
<p><%= f.text_field :lastname, :label => :field_name %></p>