added some counters to sdgjlk

This commit is contained in:
nilsding 2014-12-07 15:11:09 +01:00
parent 9f4d9214bd
commit bc4e6d4ed2

View file

@ -26,6 +26,13 @@
.col-md-6.col-sm-6.col-xs-6
%h4.entry-text#answered-count= current_user.answered_count
%h6.entry-subtext Answers
.row
.col-md-6.col-sm-6.col-xs-6
%h4.entry-text#asked-count= current_user.commented_count
%h6.entry-subtext Comments
.col-md-6.col-sm-6.col-xs-6
%h4.entry-text#answered-count= current_user.smiled_count
%h6.entry-subtext Smiles
.col-md-9.col-xs-12.col-sm-9
= render 'layouts/messages'