From 217bf4602993380dd032534f8b6be158f50b0dd4 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Tue, 27 Aug 2019 10:54:44 +0000 Subject: Add CSS class to "journal" and "reply" headers (#31950). Patch by Mizuki ISHIKAWA. git-svn-id: http://svn.redmine.org/redmine/trunk@18403 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/issues/tabs/_history.html.erb | 2 +- app/views/messages/show.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app/views') diff --git a/app/views/issues/tabs/_history.html.erb b/app/views/issues/tabs/_history.html.erb index 6571bea45..0769f5725 100644 --- a/app/views/issues/tabs/_history.html.erb +++ b/app/views/issues/tabs/_history.html.erb @@ -11,7 +11,7 @@ <%= render_journal_actions(issue, journal, :reply_links => reply_links) %> #<%= journal.indice %> -

+

<%= avatar(journal.user) %> <%= authoring journal.created_on, journal.user, :label => :label_updated_time_by %> <%= render_private_notes_indicator(journal) %> diff --git a/app/views/messages/show.html.erb b/app/views/messages/show.html.erb index 893659d6f..b8abf0321 100644 --- a/app/views/messages/show.html.erb +++ b/app/views/messages/show.html.erb @@ -65,7 +65,7 @@ :class => 'icon icon-del' ) if message.destroyable_by?(User.current) %> -

+

<%= avatar(message.author) %> <%= link_to message.subject, { :controller => 'messages', :action => 'show', :board_id => @board, :id => @topic, :r => message, :anchor => "message-#{message.id}" } %> - -- cgit v1.2.3