diff options
Diffstat (limited to 'app/views/application')
-rw-r--r-- | app/views/application/_user_info.html.erb | 4 |
1 files changed, 0 insertions, 4 deletions
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 %> </nav> </section> - -<% content_for :debug do %> - <%= @current_user&.avatar_url if @current_user %> -<% end %> |