12 lines
		
	
	
		
			597 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			597 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
= render 'conferences/page_header', :page_key => 'Delete_Workshop'
 | 
						|
%article
 | 
						|
  = row do
 | 
						|
    = columns(medium: 12) do
 | 
						|
      %h2=_'articles.workshops.headings.Delete_Workshop',"Are you sure you want to delete the workshop: <em>#{@workshop.title}</em>?", vars: {title: "<em>#{@workshop.title}</em>".html_safe}
 | 
						|
      %p=_'articles.workshops.paragraphs.Delete_Workshop'
 | 
						|
      = form_tag delete_workshop_path(@this_conference.slug, @workshop.id), class: 'composition' do
 | 
						|
        .actions
 | 
						|
          = button :confirm, value: :confirm, class: :delete
 | 
						|
          = button :cancel, value: :cancel
 | 
						|
 |