X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d359cd70f1527b372b71c2f927e3f45fb0fcf509..e80571c22c91061c3fc5f3b6fc164522d05031cb:/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 fbebe3fc1..79a1db2da 100644
--- a/app/views/layouts/_inbox.html.erb
+++ b/app/views/layouts/_inbox.html.erb
@@ -1 +1,3 @@
-<%= @user.new_messages.size %>
\ No newline at end of file
+<% if current_user.new_messages.size > 0 %>
+<%= current_user.new_messages.size %>
+<% end %>