mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-15 18:39:58 +01:00
added some counters to sdgjlk
This commit is contained in:
parent
9f4d9214bd
commit
bc4e6d4ed2
1 changed files with 7 additions and 0 deletions
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue