Fix ArgumentError in Conferences#show
This commit is contained in:
parent
8d12a6b7ca
commit
7127834263
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@
|
|||
is free of charge.
|
||||
%p
|
||||
We only ask you to register yourself before
|
||||
= date_string(registration_period.end_date)
|
||||
= date_string(registration_period.start_date,
|
||||
registration_period.end_date)
|
||||
so we can plan for the right amount of people.
|
||||
%p.cta-button
|
||||
- else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue