X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ff752b072f44aad142314a57eed79271928d181a..HEAD:/app/views/layouts/_inbox.html.erb diff --git a/app/views/layouts/_inbox.html.erb b/app/views/layouts/_inbox.html.erb index 02c22e26c..2f5a63753 100644 --- a/app/views/layouts/_inbox.html.erb +++ b/app/views/layouts/_inbox.html.erb @@ -1 +1,3 @@ -<%= @user.new_messages.size %> +<% if current_user.new_messages.size > 0 %> +<%= current_user.new_messages.size %> +<% end %>