[Fix #6491] ui
This commit is contained in:
parent
1000417bc9
commit
d8112b9548
2 changed files with 13 additions and 1 deletions
|
@ -12,6 +12,11 @@
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
margin-bottom: $default-padding;
|
margin-bottom: $default-padding;
|
||||||
|
|
||||||
|
.highlighted {
|
||||||
|
font-size: 16px;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-list,
|
.tab-list,
|
||||||
|
|
|
@ -3,7 +3,14 @@
|
||||||
.card
|
.card
|
||||||
= render partial: "shared/dossiers/infos_generales", locals: { dossier: dossier }
|
= render partial: "shared/dossiers/infos_generales", locals: { dossier: dossier }
|
||||||
|
|
||||||
.tab-title= t('views.shared.dossiers.demande.requester_identity')
|
.tab-title
|
||||||
|
= t('views.shared.dossiers.demande.requester_identity')
|
||||||
|
|
||||||
|
- if dossier.identity_updated_at.present? && demande_seen_at&.<(dossier.identity_updated_at)
|
||||||
|
%span.highlighted
|
||||||
|
modifié le
|
||||||
|
= try_format_datetime(dossier.identity_updated_at)
|
||||||
|
|
||||||
.card
|
.card
|
||||||
- if dossier.france_connect_information.present?
|
- if dossier.france_connect_information.present?
|
||||||
= render partial: "shared/dossiers/france_connect_informations", locals: { user_information: dossier.france_connect_information }
|
= render partial: "shared/dossiers/france_connect_informations", locals: { user_information: dossier.france_connect_information }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue