From fcfa19a4aa8bf9ca4521f20ec77d6f4f64c67e83 Mon Sep 17 00:00:00 2001 From: Christophe Robillard Date: Tue, 24 Mar 2020 13:42:37 +0100 Subject: [PATCH] add deleted dossiers title --- app/assets/stylesheets/new_design/procedure_show.scss | 4 ++++ app/views/instructeurs/procedures/deleted_dossiers.html.haml | 1 + 2 files changed, 5 insertions(+) diff --git a/app/assets/stylesheets/new_design/procedure_show.scss b/app/assets/stylesheets/new_design/procedure_show.scss index cb39939c1..8f4fd8195 100644 --- a/app/assets/stylesheets/new_design/procedure_show.scss +++ b/app/assets/stylesheets/new_design/procedure_show.scss @@ -16,6 +16,10 @@ margin-bottom: 1 * $default-padding; } + .titre-dossiers { + text-align: center; + } + .dossiers-table { margin-top: $default-spacer; margin-bottom: 3 * $default-spacer; diff --git a/app/views/instructeurs/procedures/deleted_dossiers.html.haml b/app/views/instructeurs/procedures/deleted_dossiers.html.haml index 85c5ef534..eaa034058 100644 --- a/app/views/instructeurs/procedures/deleted_dossiers.html.haml +++ b/app/views/instructeurs/procedures/deleted_dossiers.html.haml @@ -38,6 +38,7 @@ active: true) .container + %h1.titre-dossiers Dossiers supprimés %p.explication-onglet Les dossiers ont été supprimés. Vous ne pouvez plus les récupérer depuis Démarches Simplifiées. - if @deleted_dossiers.any? = paginate @deleted_dossiers