no longer sorts by lft as it already is

pull/28/head
Jens Ulferts 12 years ago committed by Christian Ratz
parent f135d4cfbe
commit 8dcd74d2bd
  1. 2
      app/views/issues/_subissues_paragraph.rhtml

@ -18,7 +18,7 @@
<% indent += 1 %>
<!-- render child elements -->
<% issue_list(@descendants.sort_by(&:lft)) do |issue, level| %>
<% issue_list(@descendants) do |issue, level| %>
<%= render_issue_tree_row issue, indent + level, "child" %>
<% end %>

Loading…
Cancel
Save