diff --git a/confiture-web-app/src/components/account/dashboard/AuditRow.vue b/confiture-web-app/src/components/account/dashboard/AuditRow.vue index e0d05bda..1ce56a40 100644 --- a/confiture-web-app/src/components/account/dashboard/AuditRow.vue +++ b/confiture-web-app/src/components/account/dashboard/AuditRow.vue @@ -209,7 +209,9 @@ const csvExportFilename = computed(() => { : { name: 'report', params: { uniqueId: audit.consultUniqueId } } " class="fr-btn fr-btn--secondary fr-btn--icon-left audit-main-action" - :class="isInProgress ? 'fr-icon-edit-line' : 'fr-icon-eye-line'" + :class=" + isInProgress ? 'fr-icon-edit-line' : 'fr-icon-eye-line no-external-icon' + " :target="isInProgress ? null : '_blank'" > {{ isInProgress ? "Continuer l’audit" : "Voir le rapport" }} diff --git a/confiture-web-app/src/components/overview/ReportStep.vue b/confiture-web-app/src/components/overview/ReportStep.vue index 9aacc894..69b1b333 100644 --- a/confiture-web-app/src/components/overview/ReportStep.vue +++ b/confiture-web-app/src/components/overview/ReportStep.vue @@ -52,7 +52,7 @@ const auditIsReady = computed(() => { params: { uniqueId: audit.consultUniqueId } }" target="_blank" - class="fr-btn fr-btn--secondary fr-btn--icon-left fr-icon-eye-fill fr-mb-0 no-external-icon" + class="fr-btn fr-btn--secondary fr-btn--icon-left fr-icon-eye-line fr-mb-0 no-external-icon" title="Consulter le rapport - nouvelle fenêtre" > Consulter