Commit d7c015a8 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

removed "add a comment" h3

git-svn-id: http://redmine.rubyforge.org/svn/trunk@153 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 8ed55e8d
......@@ -24,10 +24,9 @@
</div>
<% if authorize_for 'news', 'add_comment' %>
<h3><%= l(:label_comment_add) %></h3>
<%= start_form_tag :action => 'add_comment', :id => @news %>
<%= error_messages_for 'comment' %>
<p><label for="comment_comment"><%= l(:field_comment) %></label><br />
<p><label for="comment_comment"><%= l(:label_comment_add) %></label><br />
<%= text_area 'comment', 'comment', :cols => 60, :rows => 6 %></p>
<%= submit_tag l(:button_add) %>
<%= end_form_tag %>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment