Skip to content

Commit

Permalink
ordered
Browse files Browse the repository at this point in the history
  • Loading branch information
craig t mackenzie committed Jul 2, 2012
1 parent 068c392 commit 5fde0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/spree/admin/pages/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</tr>
</thead>
<tbody>
<%- Spree::Page.all.each do |page|%>
<%- Spree::Page.order(:position).all.each do |page|%>
<tr id="<%= spree_dom_id page %>">
<td><span class="handle">&nbsp;</span>&nbsp; <%=link_to page.title, object_url(page) %></td>
<td><%= page.path %></td>
Expand Down

0 comments on commit 5fde0f5

Please sign in to comment.