osem-fcy/app/views/admin/cfps/show.html.haml

20 lines
602 B
Text
Raw Normal View History

.row
.col-md-12
.page-header
%h1 Call for Papers
%p.text-muted
Call for people to submit events to your conference
.row
.col-md-8
%dl.dl-horizontal
2018-10-17 16:44:08 -07:00
= render "#{@cfp.cfp_type}_cfp", cfp: @cfp, conference: @conference
.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?' }