demarches-normaliennes/app/views/groupe_instructeur_mailer/notify_removed_instructeur.html.haml

8 lines
318 B
Text
Raw Normal View History

%p= t(:hello, scope: [:views, :shared, :greetings])
%p
- assignment_state = @still_assigned_to_procedure ? 'assigned' : 'unassigned'
= t(".email_body.#{assignment_state}", groupe: @group.label, email: @current_instructeur_email, procedure: @group.procedure.libelle)
= render partial: "layouts/mailers/signature"