From 84470a49a2deda201131e68ffe3ca3d6cc977cd9 Mon Sep 17 00:00:00 2001 From: Km Date: Mon, 10 May 2021 12:06:54 +0200 Subject: [PATCH] Restore journal action on each note Backport solution provided by @albrechtd Solve #2 --- app/views/issues/_history.html.erb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/views/issues/_history.html.erb b/app/views/issues/_history.html.erb index 326eedc..4df6d58 100644 --- a/app/views/issues/_history.html.erb +++ b/app/views/issues/_history.html.erb @@ -2,7 +2,11 @@ <% for journal in journals %>
-

#<%= journal.indice %> +
+ <%= render_journal_actions(issue, journal, :reply_links => reply_links) %> + #<%= journal.indice %> +
+

<%= avatar(journal.user, :size => "24") %> <%= authoring journal.created_on, journal.user, :label => :label_updated_time_by %> <%= render_private_notes_indicator(journal) %>