added ids to counts

This commit is contained in:
nilsding 2014-11-30 15:28:38 +01:00
parent 1b15add6b1
commit d4c1ce83de
1 changed files with 7 additions and 6 deletions

View File

@ -14,14 +14,15 @@
%p.user-admin
%i.fa.fa-flask
Admin
%h4.entry-text= @user.follower_count
%h6.entry-subtext Followers
%h4.entry-text= @user.friend_count
%h6.entry-subtext Followings
%h4.entry-text= @user.asked_count
%h4.entry-text#follower-count= @user.follower_count
%h6.entry-subtext Follower
%h4.entry-text#friend-count= @user.friend_count
%h6.entry-subtext Following
%h4.entry-text#asked-count= @user.asked_count
%h6.entry-subtext Questions
%h4.entry-text= @user.answered_count
%h4.entry-text#answered-count= @user.answered_count
%h6.entry-subtext Answers
= render 'user/actions'
.hidden-xs= render 'shared/links'
.col-md-9.col-xs-12.col-sm-9
= render 'shared/questionbox'