Skip to content

Commit

Permalink
Merge branch 'pr/175'
Browse files Browse the repository at this point in the history
  • Loading branch information
kellegous committed Dec 3, 2015
2 parents c35f5c1 + 0db2d2f commit f106950
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 137 deletions.
8 changes: 4 additions & 4 deletions ui/assets/js/hound.js
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ var SearchBar = React.createClass({
<div id="adv" ref="adv">
<span className="octicon octicon-chevron-up hide-adv" onClick={this.hideAdvanced}></span>
<div className="field">
<label>File Path</label>
<label htmlFor="files">File Path</label>
<div className="field-input">
<input type="text"
id="files"
Expand All @@ -474,13 +474,13 @@ var SearchBar = React.createClass({
</div>
</div>
<div className="field">
<label>Ignore Case</label>
<label htmlFor="ignore-case">Ignore Case</label>
<div className="field-input">
<input type="checkbox" ref="icase" />
<input id="ignore-case" type="checkbox" ref="icase" />
</div>
</div>
<div className="field">
<label className="multiselect_label">Select Repo</label>
<label className="multiselect_label" htmlFor="repos">Select Repo</label>
<div className="field-input">
<select id="repos" className="form-control multiselect" multiple={true} size={Math.min(16, repoCount)} ref="repos">
{repoOptions}
Expand Down
Loading

0 comments on commit f106950

Please sign in to comment.