[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-weight: bold;
|
||||
margin-bottom: $default-padding;
|
||||
|
||||
.highlighted {
|
||||
font-size: 16px;
|
||||
font-weight: normal;
|
||||
}
|
||||
}
|
||||
|
||||
.tab-list,
|
||||
|
|
|
@ -3,7 +3,14 @@
|
|||
.card
|
||||
= 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
|
||||
- if dossier.france_connect_information.present?
|
||||
= render partial: "shared/dossiers/france_connect_informations", locals: { user_information: dossier.france_connect_information }
|
||||
|
|
Loading…
Reference in a new issue