Skip to content

Commit

Permalink
Missing macro import
Browse files Browse the repository at this point in the history
  • Loading branch information
Kixiron authored and Joshua Nelson committed Jul 13, 2020
1 parent 476bde7 commit 561d802
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion templates/rustdoc/navigation.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{%- import "macros.html" as macros -%}

{# The url of the current release, `/crate/:name/:version` #}
{%- set crate_url = "/crate/" ~ krate.name ~ "/" ~ krate.version -%}

Expand All @@ -6,7 +8,10 @@
<div class="pure-menu pure-menu-horizontal">
<form action="/releases/search" method="GET" class="landing-search-form-nav">
<div id="search-input-nav">
<label for="nav-search"><i class="fa fa-fw fa-search"></i></label>
<label for="nav-search">
<i class="fa fa-fw fa-search"></i>
</label>

<input id="nav-search" name="query" tabindex="-1" type="text"
aria-label="Find crate by search query" placeholder="Find crate">
</div>
Expand Down

0 comments on commit 561d802

Please sign in to comment.