Merge pull request #9382 from demarches-simplifiees/nicer_number

amélioration des affichages de numéro de dossiers et de procédure
This commit is contained in:
LeSim 2023-08-02 12:09:22 +00:00 committed by GitHub
commit bcb84d4070
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 5 deletions

View file

@ -102,6 +102,10 @@
white-space: nowrap; white-space: nowrap;
} }
.width-max-content {
width: max-content;
}
// sizing // sizing
.width-100 { .width-100 {
width: 100%; width: 100%;

View file

@ -54,7 +54,7 @@
%span.fr-badge= procedure.dossiers.state_not_brouillon.visible_by_administration.count %span.fr-badge= procedure.dossiers.state_not_brouillon.visible_by_administration.count
.text-right .text-right
%p.fr-mb-0 N° #{procedure.id} %p.fr-mb-0.width-max-content N° #{number_with_html_delimiter(procedure.id)}
- if procedure.close? - if procedure.close?
%span.fr-badge.fr-badge--sm.fr-badge--warning %span.fr-badge.fr-badge--sm.fr-badge--warning
= t('closed', scope: [:layouts, :breadcrumb]) = t('closed', scope: [:layouts, :breadcrumb])

View file

@ -37,9 +37,9 @@
= dossier.invites.map(&:email).join(', ') = dossier.invites.map(&:email).join(', ')
.text-right .text-right
%p.fr-mb-0 %p.fr-mb-0.width-max-content
= t('views.users.dossiers.dossiers_list.n_dossier') = t('views.users.dossiers.dossiers_list.n_dossier')
= dossier.id = number_with_html_delimiter(dossier.id)
- if @statut == "dossiers-supprimes-recemment" - if @statut == "dossiers-supprimes-recemment"
%span.fr-badge.fr-badge--sm.fr-badge--warning %span.fr-badge.fr-badge--sm.fr-badge--warning

View file

@ -463,7 +463,7 @@ fr:
index: index:
dossiers: "Mes dossiers" dossiers: "Mes dossiers"
dossiers_list: dossiers_list:
n_dossier: "dossier" n_dossier: "dossier "
no_result_title: Aucun dossier no_result_title: Aucun dossier
no_result_text_html: "Pour remplir une démarche, contactez votre administration en lui demandant le lien de la démarche. <br> Celui ci doit ressembler à %{app_base}/commencer/xxx." no_result_text_html: "Pour remplir une démarche, contactez votre administration en lui demandant le lien de la démarche. <br> Celui ci doit ressembler à %{app_base}/commencer/xxx."
no_result_text_with_filter: ne correspond aux filtres sélectionnés no_result_text_with_filter: ne correspond aux filtres sélectionnés
@ -738,7 +738,7 @@ fr:
other: demandes de transfert other: demandes de transfert
dossiers_close_to_expiration: dossiers_close_to_expiration:
one: expirant one: expirant
other: expirant other: expirants
dossier_trouve: dossier_trouve:
one: "%{count} dossier trouvé" one: "%{count} dossier trouvé"
other: "%{count} dossiers trouvés" other: "%{count} dossiers trouvés"