X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f08259a5293dc7756fe73cef6a46d5664386b678..a8d8e750dafd173d5f4f6c495fa932e099a6a58c:/app/views/layouts/_inbox.html.erb?ds=sidebyside
diff --git a/app/views/layouts/_inbox.html.erb b/app/views/layouts/_inbox.html.erb
index 2af76f9ed..d4054dfaf 100644
--- a/app/views/layouts/_inbox.html.erb
+++ b/app/views/layouts/_inbox.html.erb
@@ -1,7 +1,3 @@
-<%= link_to raw(t('layouts.inbox',
- :count => @user.new_messages.size > 0 ? "#{@user.new_messages.size}" : '')),
- {
- :action => 'inbox',
- :display_name => @user.display_name,
- :controller => 'message'
- }, { :id => 'inboxanchor' } %>
+
+ <%= user_thumbnail_tiny(@user, :size => 20, :width => 20, :height => 20) %><%= @user.new_messages.size %>
+
\ No newline at end of file