From 188883df8c8ef15498edb49e9d0ad7d32bce769f Mon Sep 17 00:00:00 2001 From: Matt Sears Date: Wed, 19 Jan 2011 11:27:37 -0500 Subject: [PATCH] Reverse the order of the account images --- app/views/accounts/_account.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/accounts/_account.html.erb b/app/views/accounts/_account.html.erb index 6b22dfa..dfee005 100644 --- a/app/views/accounts/_account.html.erb +++ b/app/views/accounts/_account.html.erb @@ -5,7 +5,7 @@ <% if account.portraits.empty? %> <%= image_tag '/images/icon-avatar.png' %> <% else %> - <%= image_tag account.portraits.first.url %> + <%= image_tag account.portraits.reverse.first.url %> <% end %> <% unless account.names.empty? %>