File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4646 <div class =' info' >
4747 {{ link-to category.category " category" category.slug }}
4848 <span class =' small' >
49- {{ pluralize category.crates_cnt " crate" }}
49+ {{ pluralize ( format-num category.crates_cnt ) " crate" }}
5050 </span >
5151 </div >
5252 <div class =' summary' >
Original file line number Diff line number Diff line change 1919 <div class =' info' >
2020 {{ link-to subcategory.category " category" subcategory.slug }}
2121 <span class =' small' >
22- {{ pluralize subcategory.crates_cnt " crate" }}
22+ {{ pluralize ( format-num subcategory.crates_cnt ) " crate" }}
2323 </span >
2424 </div >
2525 <div class =' summary' >
Original file line number Diff line number Diff line change 4545 <div class =' info' >
4646 {{ link-to keyword.id " keyword" keyword }}
4747 <span class =' vers small' >
48- {{ pluralize keyword.crates_cnt " crate" }}
48+ {{ pluralize ( format-num keyword.crates_cnt ) " crate" }}
4949 </span >
5050 </div >
5151 </div >
You can’t perform that action at this time.
0 commit comments