We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9ef930 commit 5c3e6edCopy full SHA for 5c3e6ed
templates/rustdoc/navigation.html
@@ -1,3 +1,5 @@
1
+{%- import "macros.html" as macros -%}
2
+
3
{# The url of the current release, `/crate/:name/:version` #}
4
{%- set crate_url = "/crate/" ~ krate.name ~ "/" ~ krate.version -%}
5
@@ -6,7 +8,10 @@
6
8
<div class="pure-menu pure-menu-horizontal">
7
9
<form action="/releases/search" method="GET" class="landing-search-form-nav">
10
<div id="search-input-nav">
- <label for="nav-search"><i class="fa fa-fw fa-search"></i></label>
11
+ <label for="nav-search">
12
+ <i class="fa fa-fw fa-search"></i>
13
+ </label>
14
15
<input id="nav-search" name="query" tabindex="-1" type="text"
16
aria-label="Find crate by search query" placeholder="Find crate">
17
</div>
0 commit comments