X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/7503caa750f2788e2412e5b7f8ed37210b7407c3..98bfaace9aeba7fb387596cc16b2e661506173c6:/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 %>