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