2016-06-06 18:25:51 +02:00
|
|
|
= render partial: 'head', locals: {active: 'Description'}
|
2015-12-04 16:17:35 +01:00
|
|
|
|
|
|
|
#procedure_new.section.section-label
|
2015-12-10 17:13:39 +01:00
|
|
|
= form_for @procedure, url: url_for({controller: 'admin/procedures', action: :update, id: @procedure.id}), multipart: true do |f|
|
2015-12-04 16:17:35 +01:00
|
|
|
= render partial: 'informations', locals: {f: f}
|
|
|
|
= f.submit 'Editer', class: 'btn btn-success', style: 'float:right'
|
|
|
|
%br
|
|
|
|
%br
|