Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mathieu
potage
Commits
54cdb557
Commit
54cdb557
authored
Sep 19, 2018
by
Mat
Browse files
form Commande: balise le formulaire pour mieux le manipuler en JS
parent
6219c528
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/PotageBundle/Resources/views/Membre/inc/detailCommande.html.twig
View file @
54cdb557
...
...
@@ -42,15 +42,14 @@
{%
endfor
%}
{{
form_start
(
formCommande
)
}}
<ul
class
=
"commandeLegumes"
>
<ul
id
=
"commandeLegumes"
>
{%
for
legume
in
formCommande.commandeLegumes
%}
<li>
<li
class=
"formItem"
data-legume-id=
"
{{
legume.vars.data.offreLegume.id
}}
"
>
{{
form_row
(
legume.quantite
)
}}
{{
form_row
(
legume.prix
)
}}
</li>
{%
endfor
%}
</ul>
{{
form_end
(
formCommande
)
}}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment