Corrected formatting errors.

This commit is contained in:
Marie-Elise 2018-01-16 19:38:22 -06:00 committed by James Mason
parent afff7e1c66
commit 5d816f934a

View file

@ -22,7 +22,7 @@ class ConferencesController < ApplicationController
splashpage = @conference.splashpage
unless splashpage.present?
redirect_to admin_conference_splashpage_path(@conference.short_title) and return
redirect_to admin_conference_splashpage_path(@conference.short_title) && return
end
if splashpage.include_cfp