2016-12-11 20:02:24 -08:00
|
|
|
= columns(medium: 12) do
|
|
|
|
= form_tag administration_update_path(@this_conference.slug, @admin_step) do
|
|
|
|
- if @this_conference.workshop_schedule_published
|
|
|
|
%p=_'articles.conference_registration.paragraphs.admin.schedule.published', :p
|
2017-04-09 11:37:16 -07:00
|
|
|
.actions= button :un_publish, value: :publish, class: :delete
|
2016-12-11 20:02:24 -08:00
|
|
|
- else
|
|
|
|
%p=_'articles.conference_registration.paragraphs.admin.schedule.un_published', :p
|
2017-04-09 11:37:16 -07:00
|
|
|
.actions= button :publish, value: :publish
|