Skip to content

Commit

Permalink
Fix in-header search
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekSuchanek committed Jul 26, 2018
1 parent 99ae616 commit 374b46d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repocribro/templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<form class="form-inline mr-auto" method="GET"
action="{{ url_for('core.search', query=query) }}" id="nav-search-form">
<div class="input-group mb-3">
<input type="text" class="form-control" placeholder="Search">
<input type="text" class="form-control" placeholder="Search" id="nav-search-query">
<div class="input-group-append">
<button class="btn btn-outline-primary" type="button">{{ octicon('search') }}</button>
<button class="btn btn-outline-primary" type="submit">{{ octicon('search') }}</button>
</div>
</div>
</form>
Expand Down

0 comments on commit 374b46d

Please sign in to comment.