Skip to content
Snippets Groups Projects
Commit 3d4da48d authored by Martin Lehoux's avatar Martin Lehoux
Browse files

ajout de la recherche dans la page profil d'un client

parent be2e8992
Branches master
No related tags found
No related merge requests found
......@@ -2,6 +2,15 @@ extends layout.pug
block content
.ui.container
form.ui.form(action="/clients" method="get")
.fields
.twelve.wide.field
input(type="text" name="search" placeholder="Recherche")
.two.wide.field
input.ui.button(type="submit" value="Chercher")
.two.wide.field
a.ui.button.yellow(href="/clients?membre=true") Toucan™
h1.ui.header #{client.prenom} #{client.nom}
.ui.grid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment