From 30212382cc00b13c1fd65e5432afe1480e9e4be6 Mon Sep 17 00:00:00 2001 From: hellekin Date: Fri, 12 Feb 2021 00:03:29 +0100 Subject: [FIX] Prevent debug from failing without a user --- app/views/application/_user_info.html.erb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'app') diff --git a/app/views/application/_user_info.html.erb b/app/views/application/_user_info.html.erb index 2b243d8..048e6fb 100644 --- a/app/views/application/_user_info.html.erb +++ b/app/views/application/_user_info.html.erb @@ -11,7 +11,3 @@ <% end %> - -<% content_for :debug do %> - <%= @current_user&.avatar_url if @current_user %> -<% end %> -- cgit v1.2.3