improve dark mode for admin user
This commit is contained in:
parent
373379d132
commit
31cb62e27d
23 changed files with 65 additions and 102 deletions
|
@ -9,8 +9,10 @@
|
|||
= t('.title')
|
||||
|
||||
= form_for @assign_to, url: update_email_notifications_instructeur_procedure_path(@procedure), html: { class: 'form' } do |form|
|
||||
.explication
|
||||
= t('.subtitle')
|
||||
= render Dsfr::AlertComponent.new(state: :info, size: :sm, extra_class_names: 'fr-mb-2w') do |c|
|
||||
- c.body do
|
||||
%p
|
||||
= t('.subtitle')
|
||||
|
||||
= form.label :email_notification, t('.for_each_file_submitted.title')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue