2014-11-25 10:47:18 +01:00
|
|
|
.row
|
|
|
|
|
.col-md-12
|
|
|
|
|
.page-header
|
|
|
|
|
%h1 Call for Papers
|
|
|
|
|
%p.text-muted
|
|
|
|
|
Call for people to submit events to your conference
|
2017-05-31 21:03:15 +03:00
|
|
|
.row
|
|
|
|
|
.col-md-8
|
|
|
|
|
%dl.dl-horizontal
|
2018-10-17 16:44:08 -07:00
|
|
|
= render "#{@cfp.cfp_type}_cfp", cfp: @cfp, conference: @conference
|
2017-05-31 21:03:15 +03:00
|
|
|
.row
|
|
|
|
|
.col-md-12.text-right
|
2018-10-17 16:44:08 -07:00
|
|
|
= link_to 'Edit',
|
|
|
|
|
edit_admin_conference_program_cfp_path(@conference, @cfp),
|
|
|
|
|
class: 'btn btn-primary'
|
|
|
|
|
= link_to 'Delete',
|
|
|
|
|
admin_conference_program_cfp_path(@conference, @cfp),
|
|
|
|
|
method: 'delete', class: 'btn btn-danger',
|
|
|
|
|
data: { confirm: 'Are you sure you want to delete the CfP?' }
|