From d7c015a884808343ff7cdf8f305b54b6c7ce5037 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 6 Jan 2007 12:47:20 +0000 Subject: [PATCH] removed "add a comment" h3 git-svn-id: http://redmine.rubyforge.org/svn/trunk@153 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/news/show.rhtml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/news/show.rhtml b/app/views/news/show.rhtml index bffefa769..03245f2ad 100644 --- a/app/views/news/show.rhtml +++ b/app/views/news/show.rhtml @@ -24,10 +24,9 @@ <% if authorize_for 'news', 'add_comment' %> -

<%= l(:label_comment_add) %>

<%= start_form_tag :action => 'add_comment', :id => @news %> <%= error_messages_for 'comment' %> -


+


<%= text_area 'comment', 'comment', :cols => 60, :rows => 6 %>

<%= submit_tag l(:button_add) %> <%= end_form_tag %>