Rename gestionnaire in code to instructeur

This commit is contained in:
simon lehericey 2019-08-06 11:02:54 +02:00
parent 6902f84b85
commit 3fde2a6f70
175 changed files with 1162 additions and 1162 deletions

View file

@ -1,6 +1,6 @@
- dossier = Dossier.includes(:procedure).find_by(id: champ.to_s)
- if dossier
- path = dossier_linked_path(current_gestionnaire || current_user, dossier)
- path = dossier_linked_path(current_instructeur || current_user, dossier)
- if path.present?
= link_to("Dossier nº #{dossier.id}", path, target: '_blank', rel: 'noopener')
- else