8 lines
361 B
Text
8 lines
361 B
Text
= render partial: 'head', locals: {active: 'Description'}
|
|
|
|
#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
|