X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/bc27347b8f8333b65962b8c00f76dc99a1095a8a..94fead62eca474d21673b392ef1483562a560b9e:/app/views/layouts/_inbox.html.erb
diff --git a/app/views/layouts/_inbox.html.erb b/app/views/layouts/_inbox.html.erb
index cdd708e1c..2f5a63753 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 %>