mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-31 03:52:12 +02:00
fuck panel-body
This commit is contained in:
parent
b9e1432889
commit
b074abad4d
1 changed files with 16 additions and 15 deletions
|
@ -1,21 +1,22 @@
|
||||||
.panel.panel-default.profile--panel
|
.panel.panel-default.profile--panel
|
||||||
.panel-heading
|
.panel-heading
|
||||||
%h3.panel-title Stats
|
%h3.panel-title Stats
|
||||||
.row
|
.panel-body
|
||||||
%a{href: show_user_followers_path(@user.screen_name)}
|
|
||||||
.col-md-6.col-sm-6.col-xs-6
|
|
||||||
%h4.entry-text#follower-count= @user.follower_count
|
|
||||||
%h6.entry-subtext Followers
|
|
||||||
%a{href: show_user_friends_path(@user.screen_name)}
|
|
||||||
.col-md-6.col-sm-6.col-xs-6
|
|
||||||
%h4.entry-text#friend-count= @user.friend_count
|
|
||||||
%h6.entry-subtext Following
|
|
||||||
.row
|
.row
|
||||||
%a{href: show_user_questions_path(@user.screen_name)}
|
%a{href: show_user_followers_path(@user.screen_name)}
|
||||||
.col-md-6.col-sm-6.col-xs-6
|
.col-md-6.col-sm-6.col-xs-6
|
||||||
%h4.entry-text#asked-count= @user.asked_count
|
%h4.entry-text#follower-count= @user.follower_count
|
||||||
%h6.entry-subtext Questions
|
%h6.entry-subtext Followers
|
||||||
%a{href: show_user_profile_path(@user.screen_name)}
|
%a{href: show_user_friends_path(@user.screen_name)}
|
||||||
.col-md-6.col-sm-6.col-xs-6
|
.col-md-6.col-sm-6.col-xs-6
|
||||||
%h4.entry-text#answered-count= @user.answered_count
|
%h4.entry-text#friend-count= @user.friend_count
|
||||||
%h6.entry-subtext Answers
|
%h6.entry-subtext Following
|
||||||
|
.row
|
||||||
|
%a{href: show_user_questions_path(@user.screen_name)}
|
||||||
|
.col-md-6.col-sm-6.col-xs-6
|
||||||
|
%h4.entry-text#asked-count= @user.asked_count
|
||||||
|
%h6.entry-subtext Questions
|
||||||
|
%a{href: show_user_profile_path(@user.screen_name)}
|
||||||
|
.col-md-6.col-sm-6.col-xs-6
|
||||||
|
%h4.entry-text#answered-count= @user.answered_count
|
||||||
|
%h6.entry-subtext Answers
|
Loading…
Reference in a new issue