]> git.openstreetmap.org Git - rails.git/commitdiff
Use user_thumbnail_tiny
authorJohn Firebaugh <john.firebaugh@gmail.com>
Thu, 15 Aug 2013 23:26:27 +0000 (16:26 -0700)
committerJohn Firebaugh <john.firebaugh@gmail.com>
Thu, 22 Aug 2013 00:20:05 +0000 (17:20 -0700)
app/views/layouts/_inbox.html.erb

index 787dd8bfc496bdc4d814316ea8cb1d757a5d9dac..d4054dfaf04913736938c2ae0d7d18780c3f0e46 100644 (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>
\ No newline at end of file