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
Peter Čeklovský
zadanie
Commits
275f79b7
Commit
275f79b7
authored
Mar 22, 2021
by
Peter Čeklovský
Browse files
Orders
parent
14d86e83
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/orders/index.html.twig
View file @
275f79b7
...
...
@@ -28,7 +28,7 @@
<td
style=
"white-space:pre-wrap; word-wrap:break-word; max-width: 15%"
>
{{
order.status
}}
</td>
<td
style=
"white-space:pre-wrap; word-wrap:break-word; max-width: 15%"
>
{{
order.creationdate
|
date
(
"d.m.Y"
)
}}
</td>
<td
style=
"white-space:pre-wrap; word-wrap:break-word; max-width: 15%"
>
{{
order.deliverydate
|
date
(
"d.m.Y"
)
}}
</td>
<td
class=
"text-center"
><a
href=
""
class=
"btn btn-sm btn-danger"
><span
class=
"fas
fa-trash"
></span>
Vymzať
</a></td>
<td
class=
"text-center"
><a
href=
"
{{
path
(
"viewOrderDetail"
)
}}
"
class=
"btn btn-sm btn-danger"
><span
class=
"fas
"
></span>
Zobraziť detail
</a></td>
</tr>
{%
endfor
%}
</tbody>
...
...
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