feat(instructeurs import): add notification alert
This commit is contained in:
parent
c68e0b5f1a
commit
cdd9157927
3 changed files with 7 additions and 5 deletions
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
en:
|
||||
title: Instructors
|
||||
title: Instructors management
|
||||
notification_alert: Even if your procedure is still in test / unpublished, all the instructors you add to the procedure will be notified by email.
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
---
|
||||
fr:
|
||||
title: Instructeurs
|
||||
title: Gestion des instructeurs
|
||||
notification_alert: Même si votre démarche est encore en test / non publiée, tous les instructeurs que vous ajouterez à la démarche seront notifiés par email.
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
- content_for(:title, t('.title'))
|
||||
%h1.fr-h2=t('.title')
|
||||
|
||||
%h1.fr-h2= t('.title')
|
||||
.fr-icon-mail-line.fr-alert.fr-mb-3w
|
||||
%p= t('.notification_alert')
|
||||
= render partial: 'administrateurs/groupe_instructeurs/import_export',
|
||||
locals: { procedure: @procedure, template_url:, template_detail: }
|
||||
|
||||
|
@ -11,5 +12,4 @@
|
|||
available_instructeur_emails: @available_instructeur_emails,
|
||||
disabled_as_super_admin: @disabled_as_super_admin }
|
||||
|
||||
|
||||
= render Procedure::FixedFooterComponent.new(procedure: @procedure)
|
||||
|
|
Loading…
Reference in a new issue