Skip to content
GitLab
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
df51fc98
Commit
df51fc98
authored
Sep 24, 2018
by
Mat
Browse files
hop
parent
2070cfe4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/PotageBundle/Resources/views/Membre/resume.html.twig
View file @
df51fc98
...
...
@@ -49,14 +49,25 @@
<th
scope=
"col"
colspan=
"2"
class=
"text-right pr-3 py-3"
>
{%
if
commande.status
==
'editing'
%}
<div
class=
"btn-group btn-group-toggle"
data-toggle=
"buttons"
>
<a
class=
"btn btn-sm btn-
outline-
primary"
title=
"Éditer"
href=
"#"
><i
class=
"fas fa-pencil-alt fa-fw"
></i></a>
<a
class=
"btn btn-sm btn-primary"
title=
"Éditer"
href=
"#"
><i
class=
"fas fa-pencil-alt fa-fw"
></i></a>
<a
class=
"btn btn-sm btn-outline-primary"
title=
"Supprimer"
href=
"#"
><i
class=
"fas fa-trash-alt fa-fw"
></i></a>
</div>
{%
else
%}
<i
class=
"fas fa-lock"
></i>
<i
class=
"fas fa-lock"
></i>
{%
endif
%}
</th>
</tr>
{%
if
commande.commentaire
%}
<tr
scope=
"col"
>
<th
class=
"px-3"
colspan=
"6"
>
<p
class=
"commentaire"
>
<i
class=
"far fa-comment-alt fa-fw"
title=
"
{{
commande.user.utilisateur.prenom
}}
dit:"
></i>
{{
commande.commentaire
}}
</p>
</th>
</tr>
{%
endif
%}
</thead>
<tbody>
{%
for
legume
in
commande.commandeLegumes
%}
...
...
@@ -71,16 +82,6 @@
{%
endfor
%}
</tbody>
<tfooter>
{%
if
commande.commentaire
%}
<tr>
<td
class=
"px-3"
colspan=
"6"
>
<p
class=
"commentaire"
>
<i
class=
"far fa-comment-alt fa-fw"
></i>
{{
commande.commentaire
}}
</p>
</td>
</tr>
{%
endif
%}
<tr
class=
"table-active"
>
<td
class=
"pl-3"
colspan=
"3"
>
<small>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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