]> source.dussan.org Git - redmine.git/commitdiff
Merged r18229 from trunk to 4.0-stable (#31438).
authorGo MAEDA <maeda@farend.jp>
Thu, 6 Jun 2019 22:32:00 +0000 (22:32 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 6 Jun 2019 22:32:00 +0000 (22:32 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@18235 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/issues/show.html.erb

index 5a1cc8599fbc7d8c52ba105e60a0316088b850ec..a11a24df6acdcf75174dc62690cb879fa79c8e83 100644 (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>