Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions app/templates/categories.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
<div class='info'>
{{link-to category.category "category" category.slug}}
<span class='small'>
{{ format-num category.crates_cnt }}
crates
{{ pluralize category.crates_cnt "crate" }}
</span>
</div>
<div class='summary'>
Expand Down
3 changes: 1 addition & 2 deletions app/templates/category/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
<div class='info'>
{{link-to subcategory.category "category" subcategory.slug}}
<span class='small'>
{{ format-num subcategory.crates_cnt }}
crates
{{ pluralize subcategory.crates_cnt "crate" }}
</span>
</div>
<div class='summary'>
Expand Down
3 changes: 1 addition & 2 deletions app/templates/keywords.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@
<div class='info'>
{{link-to keyword.id "keyword" keyword}}
<span class='vers small'>
{{ format-num keyword.crates_cnt }}
crates
{{ pluralize keyword.crates_cnt "crate" }}
</span>
</div>
</div>
Expand Down