aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/user/show.rhtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/user/show.rhtml')
-rw-r--r--app/views/user/show.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/user/show.rhtml b/app/views/user/show.rhtml
index 8bca14097..8eef38adc 100644
--- a/app/views/user/show.rhtml
+++ b/app/views/user/show.rhtml
@@ -30,7 +30,7 @@
</p>
<% end %>
- <% track_things = TrackThing.find(:all, :conditions => ["tracking_user_id = ? and track_medium = ?", @display_user.id, 'email_daily']) %>
+ <% track_things = TrackThing.find(:all, :conditions => ["tracking_user_id = ? and track_medium = ?", @display_user.id, 'email_daily'], :order => 'created_at desc') %>
<% if @is_you and not track_things.empty? %>
<h2>
Your <%=pluralize(track_things.size, "email subscription") %>