mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
add highlights and fix cfp in splashpage
This commit is contained in:
parent
8e25338436
commit
ecfc348ea8
17 changed files with 111 additions and 32 deletions
|
|
@ -12,7 +12,8 @@ describe 'conference/show.html.haml' do
|
|||
include_tickets: true,
|
||||
include_social_media: true,
|
||||
include_venue: true,
|
||||
include_lodgings: true)
|
||||
include_lodgings: true,
|
||||
include_cfp: true)
|
||||
|
||||
@conference.contact.update(sponsor_email: 'example@example.com',
|
||||
facebook: 'http://facebook.com',
|
||||
|
|
@ -24,8 +25,7 @@ describe 'conference/show.html.haml' do
|
|||
start_date: Date.yesterday,
|
||||
end_date: Date.tomorrow)
|
||||
|
||||
@conference.call_for_paper = create(:call_for_paper, conference: @conference,
|
||||
include_cfp_in_splash: true)
|
||||
@conference.call_for_paper = create(:call_for_paper, conference: @conference)
|
||||
|
||||
@conference.sponsorship_levels << create(:sponsorship_level, conference: @conference)
|
||||
@sponsorship_level = @conference.sponsorship_levels.first
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue