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;
|
margin-bottom: 1 * $default-padding;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.titre-dossiers {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
.dossiers-table {
|
.dossiers-table {
|
||||||
margin-top: $default-spacer;
|
margin-top: $default-spacer;
|
||||||
margin-bottom: 3 * $default-spacer;
|
margin-bottom: 3 * $default-spacer;
|
||||||
|
|
|
@ -38,6 +38,7 @@
|
||||||
active: true)
|
active: true)
|
||||||
|
|
||||||
.container
|
.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.
|
%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?
|
- if @deleted_dossiers.any?
|
||||||
= paginate @deleted_dossiers
|
= paginate @deleted_dossiers
|
||||||
|
|
Loading…
Reference in a new issue