Corrected formatting errors.
This commit is contained in:
parent
afff7e1c66
commit
5d816f934a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue