X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/68a3df4d53c84508bf443058040379c3a18eb1a7..05b871db995bbefddf7aac3d366e68a4c2f3d557:/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 %>