Merge pull request #65 from coliff/patch-2
input type="search" for search input
This commit is contained in:
commit
33d09d718e
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ comments: false
|
|||
<div class="row">
|
||||
<div class="input-group">
|
||||
<div class="input-group-addon"><span>Search </span></div>
|
||||
<input type="text" placeholder="keyword" class="form-control search"/>
|
||||
<input type="search" placeholder="keyword" class="form-control search"/>
|
||||
</div>
|
||||
{% for section in tab.sections %}
|
||||
<table class="table table-striped">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue