invite: rename 'email' to 'invite_email'

This commit is contained in:
Pierre de La Morinerie 2018-08-01 15:23:25 +00:00 committed by gregoirenovel
parent 030562a32f
commit 9541e781bb
3 changed files with 3 additions and 3 deletions

View file

@ -20,5 +20,5 @@
%li
= form_tag invites_dossier_path(dossier_id: @facade.dossier.id), method: :post, class: 'form-inline', id: 'send-invitation' do
= text_field_tag :email, '', class: 'form-control', placeholder: 'Envoyer une invitation', id: 'invitation-email'
= text_field_tag :invite_email, '', class: 'form-control', placeholder: 'Envoyer une invitation', id: 'invite_email'
= submit_tag 'Ajouter', class: 'btn btn-success', data: { confirm: "Envoyer l'invitation ?" }