mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-21 11:37:47 +01:00
why not zoidberg?
This commit is contained in:
parent
b4408ffbd2
commit
0f2dc34e55
1 changed files with 8 additions and 6 deletions
|
@ -13,12 +13,14 @@
|
|||
= pluralize(inbox_count, 'new question')
|
||||
in your inbox!
|
||||
.row
|
||||
.col-md-6.col-sm-6.col-xs-6
|
||||
%h4.entry-text#follower-count= current_user.follower_count
|
||||
%h6.entry-subtext Follower
|
||||
.col-md-6.col-sm-6.col-xs-6
|
||||
%h4.entry-text#friend-count= current_user.friend_count
|
||||
%h6.entry-subtext Following
|
||||
%a{href: show_user_followers_path(current_user.screen_name)}
|
||||
.col-md-6.col-sm-6.col-xs-6
|
||||
%h4.entry-text#follower-count= current_user.follower_count
|
||||
%h6.entry-subtext Follower
|
||||
%a{href: show_user_following_path(current_user.screen_name)}
|
||||
.col-md-6.col-sm-6.col-xs-6
|
||||
%h4.entry-text#friend-count= current_user.friend_count
|
||||
%h6.entry-subtext Following
|
||||
.row
|
||||
.col-md-6.col-sm-6.col-xs-6
|
||||
%h4.entry-text#asked-count= current_user.asked_count
|
||||
|
|
Loading…
Reference in a new issue