vittu
This commit is contained in:
parent
03ac252dca
commit
081a9ee4a8
|
@ -107,6 +107,6 @@
|
|||
%ul.about--moderator
|
||||
- User.where(supporter: true).each do |sup|
|
||||
%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)}
|
||||
%img.img-rounded.answerbox--img-small{src: sup.profile_picture.url(:medium)}
|
||||
|
||||
= render "shared/links"
|
||||
|
|
Loading…
Reference in New Issue