remove routee? method
This commit is contained in:
parent
cdaaf09fd8
commit
aca2775874
17 changed files with 29 additions and 35 deletions
|
@ -14,7 +14,7 @@
|
|||
%h2 Formulaire
|
||||
|
||||
- champs = @dossier.champs
|
||||
- if champs.any? || @dossier.procedure.routee?
|
||||
- if champs.any? || @dossier.procedure.routing_enabled?
|
||||
= render partial: "shared/dossiers/champs", locals: { champs: champs, dossier: @dossier, demande_seen_at: nil, profile: 'instructeur' }
|
||||
|
||||
%h2 Annotations privées
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue