Skip to content

Commit 59d9185

Browse files
committed
Thanks @vanstee fixed the missing avatar issue
1 parent 711dcb9 commit 59d9185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/protips/_mini.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
-if protip.team.present? && protip.team.avatar.present?
3434
%li.team
3535
=link_to teamname_path(protip.team.slug) do
36-
=image_tag(protip.team.avatar)
36+
=image_tag(protip.team.avatar.url)
3737
-if protip.team && protip.team.hiring
3838
%a.job{:href => teamname_path(protip.team.slug)}

0 commit comments

Comments
 (0)