2015-05-16 00:39:33 +02:00
|
|
|
.panel.panel-default.profile--panel#profile-stats
|
2014-12-19 23:33:42 +01:00
|
|
|
.panel-heading
|
|
|
|
%h3.panel-title Stats
|
2014-12-19 23:35:54 +01:00
|
|
|
.panel-body
|
2014-12-19 23:33:42 +01:00
|
|
|
.row
|
2014-12-19 23:35:54 +01:00
|
|
|
%a{href: show_user_followers_path(@user.screen_name)}
|
2014-12-19 23:33:42 +01:00
|
|
|
.col-md-6.col-sm-6.col-xs-6
|
2014-12-19 23:35:54 +01:00
|
|
|
%h4.entry-text#follower-count= @user.follower_count
|
2015-06-07 15:27:34 +02:00
|
|
|
%h6.entry-subtext= t('views.general.follower').capitalize.pluralize(@user.follower_count)
|
2014-12-19 23:35:54 +01:00
|
|
|
%a{href: show_user_friends_path(@user.screen_name)}
|
2014-12-19 23:33:42 +01:00
|
|
|
.col-md-6.col-sm-6.col-xs-6
|
2014-12-19 23:35:54 +01:00
|
|
|
%h4.entry-text#friend-count= @user.friend_count
|
2015-06-07 15:10:17 +02:00
|
|
|
%h6.entry-subtext= t('views.general.following')
|
2014-12-19 23:38:09 +01:00
|
|
|
.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
|
2015-06-07 15:10:17 +02:00
|
|
|
%h6.entry-subtext= t('views.general.question').pluralize(@user.asked_count)
|
2014-12-19 23:38:09 +01:00
|
|
|
%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
|
2015-06-07 15:25:39 +02:00
|
|
|
%h6.entry-subtext= t('views.general.answer').pluralize(@user.answered_count)
|