2015-05-24 01:15:46 +03:00
|
|
|
div id="cfp-status-#{conference.id}"
|
|
|
|
- if conference.call_for_participation.in_progress?
|
2015-05-30 17:24:49 +03:00
|
|
|
= link_to management_call_for_participation_path(conference), method: :delete, class: 'btn btn-sm btn-success cfp-toggle', remote: true
|
2015-05-24 01:15:46 +03:00
|
|
|
= icon 'dot-circle-o', '', class: 'fa-fw'
|
|
|
|
- else
|
2015-05-30 17:24:49 +03:00
|
|
|
= link_to management_call_for_participation_path(conference), method: :post, class: 'btn btn-sm btn-warning cfp-toggle', remote: true
|
2015-05-24 01:15:46 +03:00
|
|
|
= icon 'circle-o', class: 'fa-fw'
|