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