X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/bc27347b8f8333b65962b8c00f76dc99a1095a8a..57d3b3af55a0bb37eb964aa75a9f1549df9a771c:/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 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 %>