changed greater than to greater than equal
This commit is contained in:
parent
0d3b0cfe2c
commit
506b616341
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
%p
|
||||
= @conference.registration_description
|
||||
- if @conference.registration_dates_given?
|
||||
-if @conference.registration_end_date > Date.today
|
||||
-if @conference.registration_end_date >= Date.today
|
||||
%h4 Registration period #{ date_string(@conference.registration_start_date, @conference.registration_end_date) }
|
||||
-else
|
||||
%h4 Registration is Closed, it was from #{ date_string(@conference.registration_start_date, @conference.registration_end_date) }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue