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

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>