From: John Firebaugh Date: Thu, 15 Aug 2013 23:26:27 +0000 (-0700) Subject: Use user_thumbnail_tiny X-Git-Tag: live~4762^2~3 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/407adee9c9df988e9770af552f82cdd633f7373f Use user_thumbnail_tiny --- diff --git a/app/views/layouts/_inbox.html.erb b/app/views/layouts/_inbox.html.erb index 787dd8bfc..d4054dfaf 100644 --- a/app/views/layouts/_inbox.html.erb +++ b/app/views/layouts/_inbox.html.erb @@ -1,3 +1,3 @@ - <%= @user.new_messages.size %> + <%= user_thumbnail_tiny(@user, :size => 20, :width => 20, :height => 20) %><%= @user.new_messages.size %> \ No newline at end of file