pluralize
This commit is contained in:
parent
6808b15062
commit
3c6479f303
|
@ -10,8 +10,8 @@
|
||||||
%p
|
%p
|
||||||
%strong
|
%strong
|
||||||
You have
|
You have
|
||||||
= inbox_count
|
pluralize(inbox_count, 'new question')
|
||||||
new questions in your inbox!
|
in your inbox!
|
||||||
.row
|
.row
|
||||||
.col-md-6.col-sm-6.col-xs-6
|
.col-md-6.col-sm-6.col-xs-6
|
||||||
%h4.entry-text#follower-count= current_user.follower_count
|
%h4.entry-text#follower-count= current_user.follower_count
|
||||||
|
|
Loading…
Reference in New Issue