Skip to content

Commit

Permalink
search
Browse files Browse the repository at this point in the history
  • Loading branch information
typhained committed May 14, 2020
1 parent 63b5d7e commit 63049a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/View/Layout/navbar.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
<div class="uk-navbar-right">
<div class="uk-navbar-item">
<form action="/Front/recherche" method="post">
<input class="uk-input uk-form-width-small uk-form-small uk-border-rounded" type="text" name="mot" placeholder="ex: Bouquet">
<button class="uk-button uk-button-primary uk-border-rounded uk-button-small" type="submit" name="form" value="Rechercher">Rechercher</button>
<input class="uk-input uk-form-width-small uk-border-rounded" type="text" name="mot" placeholder="ex: Bouquet">
<button class="uk-button uk-button-primary uk-border-rounded uk-button-small uk-visible@m" type="submit" name="form" value="Rechercher"><span uk-icon="icon: search"></span></button>
</form>
</div>
</div>
Expand Down

0 comments on commit 63049a3

Please sign in to comment.