13 lines
423 B
Text
13 lines
423 B
Text
%h2.text-info
|
|
=@procedure.libelle
|
|
%br
|
|
|
|
%ul.nav.nav-tabs
|
|
= render partial: 'navbar', 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
|