Merge pull request #997 from Ana06/travel_schedule
travel schedule problem fixed
This commit is contained in:
commit
67a878839c
1 changed files with 2 additions and 2 deletions
|
|
@ -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?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue