Fix email_settings cfp call
This commit is contained in:
parent
dab0d9db16
commit
97bbd6adb6
1 changed files with 2 additions and 2 deletions
|
|
@ -25,8 +25,8 @@ class EmailSettings < ActiveRecord::Base
|
|||
conference.short_title, host: CONFIG['url_for_emails']),
|
||||
'conference_splash_link' => Rails.application.routes.url_helpers.conference_url(
|
||||
conference.short_title, host: CONFIG['url_for_emails']),
|
||||
'cfp_start_date' => conference.call_for_papers.start_date,
|
||||
'cfp_end_date' => conference.call_for_papers.end_date,
|
||||
'cfp_start_date' => conference.call_for_paper.start_date,
|
||||
'cfp_end_date' => conference.call_for_paper.end_date,
|
||||
'schedule_link' => Rails.application.routes.url_helpers.schedule_conference_url(
|
||||
conference.short_title, host: CONFIG['url_for_emails'])
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue