Skip to content

Commit 64aae11

Browse files
committed
Document two categorization processes in a footer
The wording, of course, is negotiable. Personally I like the style of "[Condition one might be in]? [How to get oneself out of it]!". Signed-off-by: Kristofer Rye <[email protected]>
1 parent c82d5db commit 64aae11

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

app/templates/categories.hbs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,11 @@
6060
</div>
6161

6262
<Pagination @pages={{this.pages}} @prevPage={{this.prevPage}} @nextPage={{this.nextPage}} />
63+
64+
<div class='categories-footer'>
65+
Got an idea for another category?
66+
<a href='https://github.com/rust-lang/crates.io/blob/master/src/boot/categories.toml#L1-L3'>Suggest it!</a>
67+
&bull;
68+
Want to categorize your crate?
69+
<a href='http://doc.crates.io/manifest.html#package-metadata'>Add metadata!</a>
70+
</div>

0 commit comments

Comments
 (0)