1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-12-01 12:24:28 +01:00
fab-manager/app/assets/templates/machines/training_reservation_modal.html.erb

11 lines
692 B
Plaintext
Raw Normal View History

2016-03-23 18:39:41 +01:00
<div class="modal-header">
<h1 translate>{{ 'machine_reservation' }}</h1>
</div>
<div class="modal-body">
<p translate> {{ 'you_must_wait_for_your_training_is_being_validated_by_the_fablab_team_to_book_this_machine' }}</p>
<p>{{ 'your_training_will_occur_' | translate }} <span class="sbold">{{machine.current_user_training_reservation.slots[0].start_at | amDateFormat: 'LL'}} : {{machine.current_user_training_reservation.slots[0].start_at | amDateFormat:'LT'}} - {{machine.current_user_training_reservation.slots[0].end_at | amDateFormat:'LT'}}</span></p>
</div>
<div class="modal-footer">
<button class="btn btn-warning" ng-click="cancel()" translate>{{ 'close' }}</button>
</div>