removed "add a comment" h3
git-svn-id: http://redmine.rubyforge.org/svn/trunk@153 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
8ed55e8d7a
commit
d7c015a884
|
@ -24,10 +24,9 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<% if authorize_for 'news', 'add_comment' %>
|
<% if authorize_for 'news', 'add_comment' %>
|
||||||
<h3><%= l(:label_comment_add) %></h3>
|
|
||||||
<%= start_form_tag :action => 'add_comment', :id => @news %>
|
<%= start_form_tag :action => 'add_comment', :id => @news %>
|
||||||
<%= error_messages_for 'comment' %>
|
<%= 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>
|
<%= text_area 'comment', 'comment', :cols => 60, :rows => 6 %></p>
|
||||||
<%= submit_tag l(:button_add) %>
|
<%= submit_tag l(:button_add) %>
|
||||||
<%= end_form_tag %>
|
<%= end_form_tag %>
|
||||||
|
|
Loading…
Reference in New Issue