From e3145ef65421cb4d2c768374a2554c29b8dc40f8 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Thu, 6 Jun 2019 22:32:00 +0000 Subject: [PATCH] Merged r18229 from trunk to 4.0-stable (#31438). git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@18235 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/issues/show.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/issues/show.html.erb b/app/views/issues/show.html.erb index 5a1cc8599..a11a24df6 100644 --- a/app/views/issues/show.html.erb +++ b/app/views/issues/show.html.erb @@ -120,6 +120,8 @@ end %> +<%= render partial: 'action_menu_edit' if User.current.wants_comments_in_reverse_order? %> + <% if @changesets.present? %>

<%=l(:label_associated_revisions)%>

@@ -127,8 +129,6 @@ end %>
<% end %> -<%= render partial: 'action_menu_edit' if User.current.wants_comments_in_reverse_order? %> - <% if @journals.present? %>

<%=l(:label_history)%>

-- 2.39.5