From 8358a1c9e6b6af680578d062d693a718d8d02cad Mon Sep 17 00:00:00 2001 From: Colin Darie Date: Tue, 27 Jun 2023 11:04:26 +0200 Subject: [PATCH] style: remove oboslete class champ-updated-at --- .../champ_row_show_component/champ_row_show_component.html.haml | 2 +- app/views/shared/dossiers/_champs.html.haml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/dossiers/champ_row_show_component/champ_row_show_component.html.haml b/app/components/dossiers/champ_row_show_component/champ_row_show_component.html.haml index f42cd694d..42fc15991 100644 --- a/app/components/dossiers/champ_row_show_component/champ_row_show_component.html.haml +++ b/app/components/dossiers/champ_row_show_component/champ_row_show_component.html.haml @@ -8,7 +8,7 @@ - else .flex.d-block-sm %p.flex-grow.fr-text-action-high--grey.fr-mb-0= "#{champ.libelle} :" - %p.champ-updated-at.fr-mb-0.fr-text--sm + %p.fr-mb-0.fr-text--sm - if updated_after_deposer?(champ) %span{ class: highlight_if_unseen_class(@demande_seen_at, champ.updated_at) } = t(:updated_at, scope: [:views, :shared, :dossiers, :form], datetime: try_format_datetime(champ.updated_at)) diff --git a/app/views/shared/dossiers/_champs.html.haml b/app/views/shared/dossiers/_champs.html.haml index 25a646868..b909a90f8 100644 --- a/app/views/shared/dossiers/_champs.html.haml +++ b/app/views/shared/dossiers/_champs.html.haml @@ -3,7 +3,7 @@ .flex %p.flex-grow.fr-text-action-high--grey.fr-mb-0= dossier.procedure.routing_criteria_name - %p.champ-updated-at.fr-mb-0.fr-text--xs + %p.fr-mb-0.fr-text--xs - if demande_seen_at&.<(dossier.groupe_instructeur_updated_at) %span{ class: highlight_if_unseen_class(demande_seen_at, dossier.groupe_instructeur_updated_at) } = t(:updated_at, scope: [:views, :shared, :dossiers, :form], datetime: try_format_datetime(dossier.updated_at))