-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
<script type="text/template"> | ||
<form id="x-search-bar" method="get" action="/issues"> | ||
<input id="js-SearchForm-input" class="form-field text-field" name="q" placeholder="Search issues by keyword"/> | ||
<button role="button" class="nav-button nav-link js-SearchForm-button" type="button" title="Search for an item."> | ||
<svg class="icon nav-icon" viewBox="0 0 30 30" role="presentation"> | ||
<use href="#svg-search2">Search</use> | ||
</svg> | ||
</button> | ||
<input id="js-SearchForm-input" class="form-field text-field" name="q" placeholder="Search issues by keyword"/> | ||
<button role="button" class="nav-button nav-link js-SearchForm-button" type="button" title="Search for an item."> | ||
<svg class="icon nav-icon" viewBox="0 0 30 30" role="presentation"> | ||
<use href="#svg-search2">Search</use> | ||
</svg> | ||
</button> | ||
</form> | ||
</script> |