Skip to content

Commit f718301

Browse files
notriddleJoshua Nelson
authored and
Joshua Nelson
committed
Avoid placing two links in the same menu item
This is clearly a bug. It looks right, but it works wrong.
1 parent db853fa commit f718301

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

templates/rustdoc/topbar.html

+2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@
8282
<a href="https://crates.io/crates/{{ krate.name }}" class="pure-menu-link" title="See {{ krate.name }} in crates.io">
8383
{{ "cube" | fas(fw=true) }} Crates.io
8484
</a>
85+
</li>
8586

87+
<li class="pure-menu-item">
8688
<a href="{{ crate_url | safe }}" class="pure-menu-link" title="See {{ krate.name }} in docs.rs">
8789
{{ "cube" | fas(fw=true) }} More information
8890
</a>

0 commit comments

Comments
 (0)