diff options
-rw-r--r-- | app/views/issues/show.html.erb | 4 |
1 files changed, 2 insertions, 2 deletions
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 %> </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> |