OSDN Git Service

removed "add a comment" h3
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 6 Jan 2007 12:47:20 +0000 (12:47 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 6 Jan 2007 12:47:20 +0000 (12:47 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@153 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/news/show.rhtml

index bffefa7..03245f2 100644 (file)
 </div>\r
 \r
 <% if authorize_for 'news', 'add_comment' %>\r
-<h3><%= l(:label_comment_add) %></h3>\r
 <%= start_form_tag :action => 'add_comment', :id => @news %>\r
 <%= error_messages_for 'comment' %>\r
-<p><label for="comment_comment"><%= l(:field_comment) %></label><br />\r
+<p><label for="comment_comment"><%= l(:label_comment_add) %></label><br />\r
 <%= text_area 'comment', 'comment', :cols => 60, :rows => 6 %></p>\r
 <%= submit_tag l(:button_add) %>\r
 <%= end_form_tag %>\r