changed greater than to greater than equal

This commit is contained in:
Gopesh Tulsyan 2014-05-30 13:11:01 +05:30
parent 0d3b0cfe2c
commit 506b616341

View file

@ -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) }