X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/1727cd7c2b066a4442f6714be7aa170f4d8c1eef..c11142d5c0bd0fc2958f65225dde9243f1d00b12:/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 6dd6218ee..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 %>