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.
11 lines
594 B
11 lines
594 B
= 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_tag :confirm, :value => :confirm, :class => :delete
|
|
= button_tag :cancel, :value => :cancel
|
|
|
|
|