X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/fa339033e1f00f4f3e2b9c790c5100a863cf91ac..5e27978d3cd55b267f0222d51d9e8efa26e389e9:/app/views/layouts/_inbox.html.erb
diff --git a/app/views/layouts/_inbox.html.erb b/app/views/layouts/_inbox.html.erb
index d4054dfaf..cdd708e1c 100644
--- a/app/views/layouts/_inbox.html.erb
+++ b/app/views/layouts/_inbox.html.erb
@@ -1,3 +1,3 @@
-
- <%= user_thumbnail_tiny(@user, :size => 20, :width => 20, :height => 20) %><%= @user.new_messages.size %>
-
\ No newline at end of file
+<% if @user.new_messages.size > 0 %>
+<%= @user.new_messages.size %>
+<% end %>