diff --git a/app/views/news/_course_show.html.erb b/app/views/news/_course_show.html.erb index 2ead9173a..4d1242883 100644 --- a/app/views/news/_course_show.html.erb +++ b/app/views/news/_course_show.html.erb @@ -25,7 +25,7 @@ <% if @news.commentable? %> -
+

<%= l(:label_comment_add) %>

<%= form_tag({:controller => 'comments', :action => 'create', :id => @news}, :id => "add_comment_form") do %>
@@ -43,7 +43,7 @@ <% end %>
<% end %> - +
<% comments = @comments.reverse %> <% comments.each do |comment| %> <% next if comment.new_record? %>