File tree 3 files changed +3
-3
lines changed 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 46
46
<div class =' info' >
47
47
{{ link-to category.category " category" category.slug }}
48
48
<span class =' small' >
49
- {{ pluralize category.crates_cnt " crate" }}
49
+ {{ pluralize ( format-num category.crates_cnt ) " crate" }}
50
50
</span >
51
51
</div >
52
52
<div class =' summary' >
Original file line number Diff line number Diff line change 19
19
<div class =' info' >
20
20
{{ link-to subcategory.category " category" subcategory.slug }}
21
21
<span class =' small' >
22
- {{ pluralize subcategory.crates_cnt " crate" }}
22
+ {{ pluralize ( format-num subcategory.crates_cnt ) " crate" }}
23
23
</span >
24
24
</div >
25
25
<div class =' summary' >
Original file line number Diff line number Diff line change 45
45
<div class =' info' >
46
46
{{ link-to keyword.id " keyword" keyword }}
47
47
<span class =' vers small' >
48
- {{ pluralize keyword.crates_cnt " crate" }}
48
+ {{ pluralize ( format-num keyword.crates_cnt ) " crate" }}
49
49
</span >
50
50
</div >
51
51
</div >
You can’t perform that action at this time.
0 commit comments