diff --git a/app/views/news/show.rhtml b/app/views/news/show.rhtml index bffefa76..03245f2a 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 %>