2020-04-28 06:03:51 -07:00
|
|
|
.card
|
|
|
|
.list-group.list-group-horizontal-sm.text-center
|
2022-07-31 07:02:59 -07:00
|
|
|
= list_group_item t(".answers"), user_path(user), badge: user.answered_count
|
|
|
|
= list_group_item t(".questions"), show_user_questions_path(user.screen_name), badge: user.asked_count
|
2022-11-15 12:35:13 -08:00
|
|
|
- if user == current_user || !user.privacy_hide_social_graph
|
|
|
|
= list_group_item t(".followers"), show_user_followers_path(user.screen_name), badge: user.followers.count
|
|
|
|
= list_group_item t(".following"), show_user_followings_path(user.screen_name), badge: user.followings.count
|