8 lines
284 B
Text
8 lines
284 B
Text
|
%h2.text-info
|
||
|
=@procedure.libelle
|
||
|
|
||
|
#procedure_new.section.section-label
|
||
|
= form_for @procedure, url: {controller: 'admin/procedures', action: :update} do |f|
|
||
|
=render partial: 'informations', locals: {f: f}
|
||
|
=f.submit 'Editer', class: 'btn btn-success', style: 'float:right'
|