Index: app/views/issues/show.html.erb =================================================================== --- app/views/issues/show.html.erb (リビジョン 18201) +++ app/views/issues/show.html.erb (作業コピー) @@ -120,6 +120,8 @@ +<%= 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 %> -<%= render partial: 'action_menu_edit' if User.current.wants_comments_in_reverse_order? %> - <% if @journals.present? %>

<%=l(:label_history)%>