Skip to content

Commit 5c3e6ed

Browse files
KixironJoshua Nelson
authored and
Joshua Nelson
committed
Missing macro import
1 parent f9ef930 commit 5c3e6ed

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

templates/rustdoc/navigation.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
{%- import "macros.html" as macros -%}
2+
13
{# The url of the current release, `/crate/:name/:version` #}
24
{%- set crate_url = "/crate/" ~ krate.name ~ "/" ~ krate.version -%}
35

@@ -6,7 +8,10 @@
68
<div class="pure-menu pure-menu-horizontal">
79
<form action="/releases/search" method="GET" class="landing-search-form-nav">
810
<div id="search-input-nav">
9-
<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+
1015
<input id="nav-search" name="query" tabindex="-1" type="text"
1116
aria-label="Find crate by search query" placeholder="Find crate">
1217
</div>

0 commit comments

Comments
 (0)