We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b7d41e commit 85d18eeCopy full SHA for 85d18ee
app/components/footer.hbs
@@ -14,6 +14,10 @@
14
<ul role="list">
15
<li><a href="https://doc.rust-lang.org/cargo/">The Cargo Book</a></li>
16
<li><a href="mailto:[email protected]">Email Support</a></li>
17
+ <li><LinkTo @route="support" @query={{hash
18
+ inquire=null
19
+ crate=null
20
+ }}>Support</LinkTo></li>
21
<li><a href="https://status.crates.io/">System Status</a></li>
22
<li><a href="https://github.com/rust-lang/crates.io/issues/new/choose">Report a bug</a></li>
23
</ul>
0 commit comments