Skip to content

Commit 1178d45

Browse files
committed
Revert "Thanks @vanstee fixed the missing avatar issue"
This reverts commit 59d9185.
1 parent 59d9185 commit 1178d45

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.url)
36+
=image_tag(protip.team.avatar)
3737
-if protip.team && protip.team.hiring
3838
%a.job{:href => teamname_path(protip.team.slug)}

0 commit comments

Comments
 (0)