diff --git a/app/views/conference_registrations/show.html.haml b/app/views/conference_registrations/show.html.haml index 8659277c..dd73e70b 100644 --- a/app/views/conference_registrations/show.html.haml +++ b/app/views/conference_registrations/show.html.haml @@ -26,14 +26,14 @@ - if @registration.arrival.present? arrive at %strong - = @registration.arrival.strftime('%A, %B %-d. %Y %H:%m') + = @registration.arrival.strftime('%A, %B %-d. %Y %H:%M') - else You haven't scheduled your arrival %li - if @registration.departure.present? depart at %strong - = @registration.departure.strftime('%A, %B %-d. %Y %H:%m') + = @registration.departure.strftime('%A, %B %-d. %Y %H:%M') - else You haven't scheduled your departure - if @conference.questions.any?