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
This commit is contained in:
Go MAEDA
2019-06-06 22:32:00 +00:00
parent cf6f8aef8e
commit e3145ef654

View File

@@ -120,6 +120,8 @@ end %>
</div>
<%= render partial: 'action_menu_edit' if User.current.wants_comments_in_reverse_order? %>
<% if @changesets.present? %>
<div id="issue-changesets">
<h3><%=l(:label_associated_revisions)%></h3>
@@ -127,8 +129,6 @@ end %>
</div>
<% end %>
<%= render partial: 'action_menu_edit' if User.current.wants_comments_in_reverse_order? %>
<% if @journals.present? %>
<div id="history">
<h3><%=l(:label_history)%></h3>