--- ../app/views/issues/show.html.erb 2019-10-30 08:44:01.000000000 -0500 +++ FILE_show.html.erb.fix_flipping 2019-10-30 08:56:32.000000000 -0500 @@ -120,8 +120,6 @@ -<%= render partial: 'action_menu_edit' if User.current.wants_comments_in_reverse_order? %> - <% if @changesets.present? %>

<%=l(:label_associated_revisions)%>

@@ -136,7 +134,7 @@
<% end %> -<%= render partial: 'action_menu_edit' unless User.current.wants_comments_in_reverse_order? %> +<%= render partial: 'action_menu_edit' %> <% other_formats_links do |f| %> <%= f.link_to 'Atom', :url => {:key => User.current.rss_key} %>