From e5619547d5544a043dfec173f17020b09f882a98 Mon Sep 17 00:00:00 2001 From: hellekin Date: Thu, 11 Feb 2021 20:40:00 +0100 Subject: [FIX] Availability of agents --- app/views/application/_user_info.html.erb | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'app/views/application') diff --git a/app/views/application/_user_info.html.erb b/app/views/application/_user_info.html.erb index 048e6fb..a1a42d2 100644 --- a/app/views/application/_user_info.html.erb +++ b/app/views/application/_user_info.html.erb @@ -11,3 +11,7 @@ <% end %> + +<% content_for :debug do %> +<%= @current_user.avatar_url %> +<% end %> -- cgit v1.2.3