Front : Procedure can not be edited when at least one file with state other what draft is created by user
This commit is contained in:
parent
43779aafee
commit
c20f9a87e9
9 changed files with 179 additions and 76 deletions
|
@ -3,10 +3,14 @@
|
|||
%br
|
||||
|
||||
%ul.nav.nav-tabs
|
||||
%li= link_to('Informations', admin_procedure_path(@procedure))
|
||||
%li= link_to('Description', edit_admin_procedure_path(@procedure))
|
||||
%li= link_to('Champs', admin_procedure_types_de_champ_path(@procedure))
|
||||
%li.active= link_to('Pièces justificatives', admin_procedure_pieces_justificatives_path(@procedure))
|
||||
%li
|
||||
= link_to('Informations', admin_procedure_path(@procedure))
|
||||
%li
|
||||
= link_to('Description', edit_admin_procedure_path(@procedure))
|
||||
%li
|
||||
= link_to('Champs', admin_procedure_types_de_champ_path(@procedure))
|
||||
%li.active
|
||||
= link_to('Pièces justificatives', admin_procedure_pieces_justificatives_path(@procedure))
|
||||
|
||||
#piece_justificative_form
|
||||
= render 'form'
|
Loading…
Add table
Add a link
Reference in a new issue