Skip to content

Commit

Permalink
Lista reservas
Browse files Browse the repository at this point in the history
  • Loading branch information
gerMdz committed Jun 1, 2021
1 parent b6aff39 commit 2468b2e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 15 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,4 @@ yarn-error.log
/public/images/base.jpg
/public/images/logo-mail.png
/public/images/logo.png
/migrations/Version20210515203711.php
30 changes: 15 additions & 15 deletions templates/reserva/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -47,18 +47,18 @@
</div>
{% endif %}

<h2>
<label class="text-alameda">
<i>Las reservas para eventos presenciales estarán disponibles a partir del </i><br/>
<strong>1 de junio</strong>
</label>
</h2>

<h3>
{# <h2>#}
{# <label class="text-alameda">#}
{# <u>Reservá tu asiento</u>#}
{# {{ "now"|date("m/d/Y H:i") }}#}
{# <i>Las reservas para eventos presenciales estarán disponibles a partir del </i><br/>#}
{# <strong>1 de junio</strong>#}
{# </label>#}
{# </h2>#}

<h3>
<label class="text-alameda">
<u>Reservá tu asiento</u>
{{ "now"|date("m/d/Y H:i") }}
</label>
</h3>
{% set i = 1 %}
<div>
Expand Down Expand Up @@ -177,11 +177,11 @@
</div>

{# Habilitar para consulta de reservas#}
{# <div class="col-sm-12">#}
{# <a class="btn btn-primary" href="{{ path('reserva_consulta') }}">#}
{# Consultá tu reserva#}
{# </a>#}
{# </div>#}
<div class="col-sm-12">
<a class="btn btn-primary" href="{{ path('reserva_consulta') }}">
Consultá tu reserva
</a>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 2468b2e

Please sign in to comment.