2016-05-30 18:24:07 -07:00
|
|
|
= render 'conferences/page_header', :page_key => 'Conference_Registration'
|
|
|
|
|
2016-07-01 16:16:57 -07:00
|
|
|
= registration_step_menu
|
2016-05-30 18:24:07 -07:00
|
|
|
|
2015-08-18 22:18:29 -07:00
|
|
|
%article
|
2016-12-11 20:02:24 -08:00
|
|
|
= render 'workshops/show', :workshop => @workshop, :translations_available_for_editing => @translations_available_for_editing, :preview => false
|
|
|
|
= row do
|
|
|
|
= columns(medium: 12) do
|
|
|
|
.actions.next-prev
|
|
|
|
= (link_to (_'actions.workshops.Edit'), edit_workshop_path(@this_conference.slug, @workshop.id), :class => [:button, :modify]) if @workshop.can_edit?(current_user)
|
|
|
|
= (link_to (_'actions.workshops.Delete'), delete_workshop_path(@this_conference.slug, @workshop.id), :class => 'button delete') if @workshop.can_delete?(current_user)
|