[refractor]Use ? methods instead of boolean variables; rename happening_next? to happening_later?

This commit is contained in:
Jimmy 2021-04-17 08:30:07 +08:00 committed by CactusPuppy
parent 5aea1efab1
commit 47e580904d
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82
6 changed files with 18 additions and 18 deletions

View file

@ -57,7 +57,7 @@
- if @conference.program.schedule_public
%td {schedule_link}
%td The link to complete schedule of the conference
- if @conference.splashpage && @conference.splashpage.public
- if @conference.splashpage && @conference.splashpage.public?
%tr
%td {conference_splash_link}
%td The link to conference splash page