mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-23 17:27:47 +01:00
fix equal sign
This commit is contained in:
parent
b6042089fb
commit
bee2404fe3
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
.row
|
.row
|
||||||
.col-md-6.col-sm-6.col-xs-6
|
.col-md-6.col-sm-6.col-xs-6
|
||||||
%h4.entry-text#asked-count= current_user.commented_count
|
%h4.entry-text#asked-count= current_user.commented_count
|
||||||
%h6.entry-subtext= Comments
|
%h6.entry-subtext Comments
|
||||||
.col-md-6.col-sm-6.col-xs-6
|
.col-md-6.col-sm-6.col-xs-6
|
||||||
%h4.entry-text#answered-count= current_user.smiled_count
|
%h4.entry-text#answered-count= current_user.smiled_count
|
||||||
%h6.entry-subtext Smiles
|
%h6.entry-subtext Smiles
|
||||||
|
|
Loading…
Reference in a new issue