diff options
author | Marius Balteanu <marius.balteanu@zitec.com> | 2025-07-24 06:43:32 +0000 |
---|---|---|
committer | Marius Balteanu <marius.balteanu@zitec.com> | 2025-07-24 06:43:32 +0000 |
commit | 1026e63c5668907b781c7e9c8fd31bdb773df83f (patch) | |
tree | 912f1fc78c6f6e53d1f23a9b2ec62e9a27e1bb37 | |
parent | e76fb425c5bee29a3bd3cfd676f977864d6ffa90 (diff) | |
download | redmine-master.tar.gz redmine-master.zip |
Patch by Mizuki ISHIKAWA (user:ishikawa999).
git-svn-id: https://svn.redmine.org/redmine/trunk@23896 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | app/views/news/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <p><%= toggle_link l(:label_comment_add), "add_comment_form", :focus => "comment_comments", :scroll => "comment_comments" %></p> <% end %> <% @comments.each do |comment| %> - <div class="message reply journal-entry" id="<%= "message-#{comment.id}" %>"> + <div class="message reply journal" id="<%= "message-#{comment.id}" %>"> <% next if comment.new_record? %> <h4 class="reply-header journal-header"> <span class="journal-info"> |