Index: app/views/issues/show.rhtml =================================================================== --- app/views/issues/show.rhtml (revision 4859) +++ app/views/issues/show.rhtml (working copy) @@ -82,6 +82,14 @@ +<% if User.current.wants_comments_in_reverse_order? && authorize_for('issues', 'edit') %> + +<% end %> +
+ <% if @changesets.present? %>

<%=l(:label_associated_revisions)%>

@@ -101,7 +109,7 @@ <%= render :partial => 'action_menu', :locals => {:replace_watcher => 'watcher2' } %>
-<% if authorize_for('issues', 'edit') %> +<% if not User.current.wants_comments_in_reverse_order? && authorize_for('issues', 'edit') %>