why not zoidberg?

This commit is contained in:
nilsding 2014-12-08 17:14:02 +01:00
parent b4408ffbd2
commit 0f2dc34e55
1 changed files with 8 additions and 6 deletions

View File

@ -13,12 +13,14 @@
= pluralize(inbox_count, 'new question') = pluralize(inbox_count, 'new question')
in your inbox! in your inbox!
.row .row
.col-md-6.col-sm-6.col-xs-6 %a{href: show_user_followers_path(current_user.screen_name)}
%h4.entry-text#follower-count= current_user.follower_count .col-md-6.col-sm-6.col-xs-6
%h6.entry-subtext Follower %h4.entry-text#follower-count= current_user.follower_count
.col-md-6.col-sm-6.col-xs-6 %h6.entry-subtext Follower
%h4.entry-text#friend-count= current_user.friend_count %a{href: show_user_following_path(current_user.screen_name)}
%h6.entry-subtext Following .col-md-6.col-sm-6.col-xs-6
%h4.entry-text#friend-count= current_user.friend_count
%h6.entry-subtext Following
.row .row
.col-md-6.col-sm-6.col-xs-6 .col-md-6.col-sm-6.col-xs-6
%h4.entry-text#asked-count= current_user.asked_count %h4.entry-text#asked-count= current_user.asked_count