X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/2b4f8e92c969a5508b73ae7af45811a118fda6b1..ad3ca54e286d8bb733afb96b64d421c07faa358b:/app/views/layouts/_inbox.html.erb?ds=inline
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 %>