From 1026e63c5668907b781c7e9c8fd31bdb773df83f Mon Sep 17 00:00:00 2001 From: Marius Balteanu Date: Thu, 24 Jul 2025 06:43:32 +0000 Subject: [PATCH] Fixes wrong class name introduced in r23887 (#42972, #40744). Patch by Mizuki ISHIKAWA (user:ishikawa999). git-svn-id: https://svn.redmine.org/redmine/trunk@23896 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/news/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/news/show.html.erb b/app/views/news/show.html.erb index f80af8f18..704d3d04e 100644 --- a/app/views/news/show.html.erb +++ b/app/views/news/show.html.erb @@ -41,7 +41,7 @@

<%= toggle_link l(:label_comment_add), "add_comment_form", :focus => "comment_comments", :scroll => "comment_comments" %>

<% end %> <% @comments.each do |comment| %> -
"> +
"> <% next if comment.new_record? %>