You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
= 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
|
|
|
|
.actions= button :un_publish, value: :publish, class: :delete
|
|
|
|
- else
|
|
|
|
%p=_'articles.conference_registration.paragraphs.admin.schedule.un_published', :p
|
|
|
|
.actions= button :publish, value: :publish
|