Project

General

Profile

RE: Issue page style. Reverse chronological order ยป FILE_show.html.erb.patch

our modified patch - Tam M, 2019-10-30 15:16

View differences:

FILE_show.html.erb.fix_flipping 2019-10-30 08:56:32.000000000 -0500
120 120

  
121 121
</div>
122 122

  
123
<%= render partial: 'action_menu_edit' if User.current.wants_comments_in_reverse_order? %>
124

  
125 123
<% if @changesets.present? %>
126 124
<div id="issue-changesets">
127 125
<h3><%=l(:label_associated_revisions)%></h3>
......
136 134
</div>
137 135
<% end %>
138 136

  
139
<%= render partial: 'action_menu_edit' unless User.current.wants_comments_in_reverse_order? %>
137
<%= render partial: 'action_menu_edit' %>
140 138

  
141 139
<% other_formats_links do |f| %>
142 140
  <%= f.link_to 'Atom', :url => {:key => User.current.rss_key} %>
    (1-1/1)