From 407adee9c9df988e9770af552f82cdd633f7373f Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Thu, 15 Aug 2013 16:26:27 -0700 Subject: [PATCH] Use user_thumbnail_tiny --- app/views/layouts/_inbox.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.2