aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancis <francis>2008-02-28 16:57:16 +0000
committerfrancis <francis>2008-02-28 16:57:16 +0000
commit875af5f48a9da27bc34c680a009fdda380cfef94 (patch)
treefd6a1f9782584d6b1ac24927c94aaa85502c3f7e
parentb5776d99f4cf9936152d62a287c8b40e5a5293d5 (diff)
Reverse order
-rw-r--r--app/views/admin_user/show.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin_user/show.rhtml b/app/views/admin_user/show.rhtml
index d0d68b96a..8ffcbd129 100644
--- a/app/views/admin_user/show.rhtml
+++ b/app/views/admin_user/show.rhtml
@@ -28,7 +28,7 @@
<% end %>
</tr>
-<% for post_redirect in @admin_user.post_redirects.find(:all, :order => 'created_at') %>
+<% for post_redirect in @admin_user.post_redirects.find(:all, :order => 'created_at desc') %>
<tr class="<%= cycle('odd', 'even') %>">
<td><%=h post_redirect.id %></td>
<% for column in PostRedirect.content_columns.map { |c| c.name } %>