Corrected formatting errors.

This commit is contained in:
Marie-Elise 2018-01-16 19:38:22 -06:00
parent bcca890c2b
commit fa905dc7d2

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