summaryrefslogtreecommitdiffstats
path: root/app/views/news
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-02-26 18:07:13 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-02-26 18:07:13 +0000
commit7c568cccafeb2f1577349419f758478362bf3c97 (patch)
tree41ebbb213451ca2bda816bd21bc90a77c8cfad05 /app/views/news
parent9c264a7e66cbc64251e48a89eb8a0c37e556e491 (diff)
downloadredmine-7c568cccafeb2f1577349419f758478362bf3c97.tar.gz
redmine-7c568cccafeb2f1577349419f758478362bf3c97.zip
Adds a helper for displaying validation error messages.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9017 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/news')
-rw-r--r--app/views/news/_form.html.erb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/news/_form.html.erb b/app/views/news/_form.html.erb
index a0d2167a9..ad28e12b2 100644
--- a/app/views/news/_form.html.erb
+++ b/app/views/news/_form.html.erb
@@ -1,4 +1,5 @@
-<%= f.error_messages %>
+<%= error_messages_for @news %>
+
<div class="box tabular">
<p><%= f.text_field :title, :required => true, :size => 60 %></p>
<p><%= f.text_area :summary, :cols => 60, :rows => 2 %></p>