Skip to content

Commit

Permalink
Reverse the order of the account images
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsears committed Jan 19, 2011
1 parent 6fe82d4 commit 188883d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/accounts/_account.html.erb
Expand Up @@ -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 %>
</div>
<% unless account.names.empty? %>
Expand Down

0 comments on commit 188883d

Please sign in to comment.