From bb0bebe8f75708a8759f71ebe99afd8b86e9523b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasia=20Jarmo=C5=82kowicz?= Date: Fri, 18 May 2018 17:18:57 +0200 Subject: [PATCH] Fix loading avatar image --- app/views/layouts/_user_menu.html.erb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/views/layouts/_user_menu.html.erb b/app/views/layouts/_user_menu.html.erb index c66c4bc7..1f8bb3b3 100644 --- a/app/views/layouts/_user_menu.html.erb +++ b/app/views/layouts/_user_menu.html.erb @@ -4,7 +4,7 @@
<% if current_user.profile.picture? %> - + <% else %> <% end %> @@ -46,4 +46,3 @@
<% end %> -