aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 } %>