mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 05:25:40 +00:00
style: remove undeline text card comanda
This commit is contained in:
@@ -17,10 +17,12 @@ Comandas
|
||||
<div class="grid-container ">
|
||||
|
||||
{% for comanda in comandas %}
|
||||
|
||||
<a href="{% url 'viewcomanda' %}?parametro={{ comanda.id }}"><article >
|
||||
<header> {{comanda.name}} </header><br>
|
||||
{{comanda.mesa}}
|
||||
|
||||
<a href="{% url 'viewcomanda' %}?parametro={{ comanda.id }}" style="text-decoration: none;">
|
||||
<article >
|
||||
<header> {{comanda.name}} | {{comanda.mesa}}</header><br>
|
||||
<p>Aberta ás: {{comanda.dt_open|date:"H:i"}}</p>
|
||||
|
||||
|
||||
</article></a>
|
||||
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user