retrospring/app/views/tabs/_profile.haml
Andreas Nedbal 650751e875 Adjust profile statistics layout
- Instead of being in the sidebar, they are now present as a tabbed navigation
- The questionbox is now present on any layout
2020-04-28 15:03:51 +02:00

6 lines
No EOL
477 B
Text

.card
.list-group.list-group-horizontal-sm.text-center
= list_group_item "Answers", show_user_profile_path(@user.screen_name), badge: @user.answered_count
= list_group_item "Questions", show_user_questions_path(@user.screen_name), badge: @user.asked_count
= list_group_item "Followers", show_user_followers_path(@user.screen_name), badge: @user.follower_count
= list_group_item "Following", show_user_friends_path(@user.screen_name), badge: @user.friend_count