This repository has been archived on 2020-01-20. You can view files and clone it, but cannot push or open issues or pull requests.
evoresa/app/views/bookings/_booking.html.erb
François Vaux 8d3dad9b8c base de l'application
* Affichage des ressources
* Affichage des évènements
* Affichage des réservations
* Partie d'administration protégée
2010-07-23 16:35:50 +02:00

6 lines
172 B
Plaintext

<li class="booking">
De <%= booking.start_at.strftime('%H:%M') %>
à <%= booking.end_at.strftime('%H:%M') %>
le <%= booking.start_at.strftime('%d/%m/%Y') %>
</li>