Retrospring/app/views/shared/_userbox.html.haml

13 lines
485 B
Plaintext
Raw Normal View History

2020-05-10 01:02:04 -07:00
- type ||= :nil
2020-05-01 09:38:29 -07:00
.card.h-100.userbox
2020-05-10 01:02:04 -07:00
%img.userbox__header{ src: user.profile_header.url(:mobile) }
2020-05-01 09:38:29 -07:00
.card-body
%img.userbox__avatar{ src: user.profile_picture.url(:small), loading: :lazy }
%a.profile__name{ href: user_path(user) }
- unless user.profile.display_name.blank?
2020-05-01 09:38:29 -07:00
.profile__display-name
= user.profile.display_name
2020-05-01 09:38:29 -07:00
.profile__screen-name
= user.screen_name
2023-01-31 04:46:09 -08:00
= render "user/actions", user:, type:, own_followings:, own_blocks: