diff --git a/app/views/issues/show.html.erb b/app/views/issues/show.html.erb index fc93afd9d..eade4da7b 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)%>