Skip to content

Commit

Permalink
Use search-bar template partial in one more view
Browse files Browse the repository at this point in the history
  • Loading branch information
rwstauner committed Aug 6, 2014
1 parent 3c87a8b commit 973828b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions root/source.html
Expand Up @@ -11,12 +11,7 @@

<ul class="nav nav-list slidepanel">
<li class="visible-xs">
<div>
<form action="<% IF req.uri.path == '/mirrors'; req.uri.path; ELSE; '/search'; END %>">
<input type="search" placeholder="Search" name="q" class="form-control tool-bar-form">
<input type="submit" class="hidden">
</form>
</div>
<% INCLUDE mobile/toolbar-search-form.html %>
</li>
<li class="nav-header">Tools</li>
<li>
Expand Down

0 comments on commit 973828b

Please sign in to comment.