Skip to content

Commit aa4fe32

Browse files
committed
Footer: move Email Support to the support page
1 parent 23b904a commit aa4fe32

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

app/components/footer.hbs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
<h1>Get Help</h1>
1414
<ul role="list">
1515
<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>
1716
<li><LinkTo @route="support" @query={{this.pristineSupportQuery}}>Support</LinkTo></li>
1817
<li><a href="https://status.crates.io/">System Status</a></li>
1918
<li><a href="https://github.com/rust-lang/crates.io/issues/new/choose">Report a bug</a></li>

app/templates/support.hbs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@
2323
</LinkTo>
2424
</li>
2525
{{/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>
2635
</ul>
2736
</section>
2837
{{/if}}

0 commit comments

Comments
 (0)