Use user_thumbnail_tiny

This commit is contained in:
John Firebaugh 2013-08-15 16:26:27 -07:00
parent c341b84ab2
commit 407adee9c9

View file

@ -1,3 +1,3 @@
<span id="inboxanchor" class="count-number">
<img src='<%= user_image_url(@user, :size => 20) %>' width='20' height='20'><span><%= @user.new_messages.size %></span>
<%= user_thumbnail_tiny(@user, :size => 20, :width => 20, :height => 20) %><span><%= @user.new_messages.size %></span>
</span>