add deleted dossiers title
This commit is contained in:
parent
73d7ef4436
commit
fcfa19a4aa
2 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue