travel schedule problem fixed
This commit is contained in:
parent
5149379424
commit
590790732d
1 changed files with 2 additions and 2 deletions
|
|
@ -26,14 +26,14 @@
|
||||||
- if @registration.arrival.present?
|
- if @registration.arrival.present?
|
||||||
arrive at
|
arrive at
|
||||||
%strong
|
%strong
|
||||||
= @registration.arrival.strftime('%A, %B %-d. %Y %H:%m')
|
= @registration.arrival.strftime('%A, %B %-d. %Y %H:%M')
|
||||||
- else
|
- else
|
||||||
You haven't scheduled your arrival
|
You haven't scheduled your arrival
|
||||||
%li
|
%li
|
||||||
- if @registration.departure.present?
|
- if @registration.departure.present?
|
||||||
depart at
|
depart at
|
||||||
%strong
|
%strong
|
||||||
= @registration.departure.strftime('%A, %B %-d. %Y %H:%m')
|
= @registration.departure.strftime('%A, %B %-d. %Y %H:%M')
|
||||||
- else
|
- else
|
||||||
You haven't scheduled your departure
|
You haven't scheduled your departure
|
||||||
- if @conference.questions.any?
|
- if @conference.questions.any?
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue