Brutally rename gestionnaire filename to instructeur
This commit is contained in:
parent
c681806f8d
commit
6902f84b85
88 changed files with 0 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
|||
.tab-title= "Envoyer ce dossier à un autre instructeur"
|
||||
|
||||
- if potential_recipients.empty?
|
||||
%p.tab-paragraph
|
||||
Vous êtes le seul instructeur assigné sur cette démarche
|
||||
- else
|
||||
= form_for dossier, url: send_to_instructeurs_gestionnaire_dossier_path(dossier.procedure, dossier), method: :post, html: { class: 'form recipients-form' } do |f|
|
||||
.flex.justify-start.align-start
|
||||
= select_tag(:recipients,
|
||||
options_from_collection_for_select(potential_recipients, :id, :email),
|
||||
multiple: true,
|
||||
class: 'select2-limited',
|
||||
placeholder: '')
|
||||
= f.submit "Envoyer", class: "button large send gap-left"
|
Loading…
Add table
Add a link
Reference in a new issue