X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/bc27347b8f8333b65962b8c00f76dc99a1095a8a..ba9a00b10cc8a075a5a4090a1601e3d3b72b2ec1:/app/views/layouts/_inbox.html.erb diff --git a/app/views/layouts/_inbox.html.erb b/app/views/layouts/_inbox.html.erb index cdd708e1c..79a1db2da 100644 --- a/app/views/layouts/_inbox.html.erb +++ b/app/views/layouts/_inbox.html.erb @@ -1,3 +1,3 @@ -<% if @user.new_messages.size > 0 %> -<%= @user.new_messages.size %> +<% if current_user.new_messages.size > 0 %> +<%= current_user.new_messages.size %> <% end %>