Skip to content

Commit

Permalink
Don't need 2 search inputs, rename to Filter
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcbride committed Aug 27, 2014
1 parent db4e413 commit 1ed1c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h3 class="panel-title">Points of Interest
<p>
<div class="row">
<div class="col-xs-8 col-md-8">
<input type="text" class="form-control search" placeholder="Search" />
<input type="text" class="form-control search" placeholder="Filter" />
</div>
<div class="col-xs-4 col-md-4">
<button type="button" class="btn btn-primary pull-right sort" data-sort="feature-name" id="sort-btn"><i class="fa fa-sort"></i>&nbsp;&nbsp;Sort</button>
Expand Down

0 comments on commit 1ed1c2b

Please sign in to comment.