Skip to content

Commit

Permalink
Merge pull request #60 from gerMdz/model-section-flotante
Browse files Browse the repository at this point in the history
sacar la necesidad de reserva
  • Loading branch information
gerMdz authored Nov 16, 2021
2 parents 9af459b + abbcd9b commit f2ebdda
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions templates/models/principal/listadoPrincipal.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -105,21 +105,20 @@
<div class="card my-4">
<h5 class="card-header">Celebraciones</h5>
<div class="card-body font-italic text-left">
Recuerda que puedes participar de nuestras celebraciones en forma presencial realizando tu <br/>
<a href="{{ path('reserva_index') }}" class="btn btn--pill btn-primary">
reserva desde aquí
</a> <br/> u online desde <br/>
Recuerda que puedes participar de nuestras celebraciones en forma presencial sin realizar
reserva previa <br/>
{# <a href="{{ path('reserva_index') }}" class="btn btn--pill btn-primary">#}
{# reserva desde aquí#}
{# </a> #}
<br/> u online desde <br/>
<a href="https://vivo.alamenda.ar" class="btn btn--pill btn-primary">
https://vivo.alamenda.ar
</a>

</div>
</div>

</div>

</div>
<!-- /.row -->
<!-- /.row -->

</div>
<!-- /.container -->
Expand Down

0 comments on commit f2ebdda

Please sign in to comment.