Skip to content

Commit

Permalink
Fixed search button
Browse files Browse the repository at this point in the history
  • Loading branch information
garf authored Sep 18, 2016
1 parent 13dd748 commit 92061cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/site/partials/search-form.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<div class="input-group">
<input type="text" name="q" class="form-control" placeholder="Поиск..." value="{{ $q }}">
<span class="input-group-btn">
<button class="btn btn-primary" type="button">Искать</button>
<button class="btn btn-primary" type="submit">Искать</button>
</span>
</div>
</form>
<br />
<br />

0 comments on commit 92061cc

Please sign in to comment.