oh boy profile updates

This commit is contained in:
pixeldesu 2014-11-30 16:19:20 +01:00
parent dbdb3c81ab
commit 249c4cd587
1 changed files with 14 additions and 8 deletions

View File

@ -14,12 +14,18 @@
%p.user-admin
%i.fa.fa-flask
Admin
.row
.col-md-6.col-sm-6.col-xs-6
%h4.entry-text#follower-count= @user.follower_count
%h6.entry-subtext Follower
.col-md-6.col-sm-6.col-xs-6
%h4.entry-text#friend-count= @user.friend_count
%h6.entry-subtext Following
.row
.col-md-6.col-sm-6.col-xs-6
%h4.entry-text#asked-count= @user.asked_count
%h6.entry-subtext Questions
.col-md-6.col-sm-6.col-xs-6
%h4.entry-text#answered-count= @user.answered_count
%h6.entry-subtext Answers
= render 'user/actions'