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.
Email Support
1 parent 23b904a commit aa4fe32Copy full SHA for aa4fe32
app/components/footer.hbs
@@ -13,7 +13,6 @@
13
<h1>Get Help</h1>
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={{this.pristineSupportQuery}}>Support</LinkTo></li>
18
<li><a href="https://status.crates.io/">System Status</a></li>
19
<li><a href="https://github.com/rust-lang/crates.io/issues/new/choose">Report a bug</a></li>
app/templates/support.hbs
@@ -23,6 +23,15 @@
23
</LinkTo>
24
</li>
25
{{/each}}
26
+ <li>
27
+ <a
28
+ href="mailto:[email protected]"
29
+ data-test-id="link-email-support"
30
+ local-class="link"
31
+ >
32
+ For all other cases
33
+ </a>
34
+ </li>
35
</ul>
36
</section>
37
{{/if}}
0 commit comments