why not zoidberg?
This commit is contained in:
parent
b4408ffbd2
commit
0f2dc34e55
|
@ -13,9 +13,11 @@
|
||||||
= pluralize(inbox_count, 'new question')
|
= pluralize(inbox_count, 'new question')
|
||||||
in your inbox!
|
in your inbox!
|
||||||
.row
|
.row
|
||||||
|
%a{href: show_user_followers_path(current_user.screen_name)}
|
||||||
.col-md-6.col-sm-6.col-xs-6
|
.col-md-6.col-sm-6.col-xs-6
|
||||||
%h4.entry-text#follower-count= current_user.follower_count
|
%h4.entry-text#follower-count= current_user.follower_count
|
||||||
%h6.entry-subtext Follower
|
%h6.entry-subtext Follower
|
||||||
|
%a{href: show_user_following_path(current_user.screen_name)}
|
||||||
.col-md-6.col-sm-6.col-xs-6
|
.col-md-6.col-sm-6.col-xs-6
|
||||||
%h4.entry-text#friend-count= current_user.friend_count
|
%h4.entry-text#friend-count= current_user.friend_count
|
||||||
%h6.entry-subtext Following
|
%h6.entry-subtext Following
|
||||||
|
|
Loading…
Reference in New Issue