X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/c341b84ab26e83e4deef91f042d5a368175597c2..a120f65e18a6dcd7add89945c336920228b6256a:/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 787dd8bfc..79a1db2da 100644 --- a/app/views/layouts/_inbox.html.erb +++ b/app/views/layouts/_inbox.html.erb @@ -1,3 +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 %>