mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-31 13:19:08 +01:00
fixed fuckup
This commit is contained in:
parent
7882ccbc03
commit
03ac252dca
1 changed files with 2 additions and 2 deletions
|
@ -106,7 +106,7 @@
|
|||
People that believe in our vision, and that's why we love them <3
|
||||
%ul.about--moderator
|
||||
- User.where(supporter: true).each do |sup|
|
||||
%a{href: show_user_profile_path(sup.user.screen_name), title: sup.user.screen_name, data: { toggle: :tooltip, placement: :top }}
|
||||
%img.img-rounded.answerbox--img-small{src: gravatar_url(sup.user)}
|
||||
%a{href: show_user_profile_path(sup.screen_name), title: sup.screen_name, data: { toggle: :tooltip, placement: :top }}
|
||||
%img.img-rounded.answerbox--img-small{src: sup.profile_picture_url(:medium)}
|
||||
|
||||
= render "shared/links"
|
||||
|
|
Loading…
Reference in a new issue