From 13d3a6b7a841e30981d3219a9a64c483d1156cd1 Mon Sep 17 00:00:00 2001 From: theo-chmbn Date: Thu, 27 Jul 2023 16:05:30 +0200 Subject: [PATCH] ajout embargo/confidentialite --- src/components/theses/ButtonsList.vue | 14 ++++++++++---- src/components/theses/ThesisTable.vue | 7 +------ src/locales/fr.json | 4 +++- src/views/ReportErrorView.vue | 2 +- src/views/TheseView.vue | 3 ++- 5 files changed, 17 insertions(+), 13 deletions(-) diff --git a/src/components/theses/ButtonsList.vue b/src/components/theses/ButtonsList.vue index c987980f..d8566460 100644 --- a/src/components/theses/ButtonsList.vue +++ b/src/components/theses/ButtonsList.vue @@ -13,10 +13,16 @@ -
- {{ - b.libelle }} +
+
+ {{ + b.libelle }} + + {{ $t("theseView.embargo") }} {{ b.dateFin }} + {{ $t("theseView.confidentialite") }} {{ b.dateFin }} + +
diff --git a/src/components/theses/ThesisTable.vue b/src/components/theses/ThesisTable.vue index 0d8f6e02..9a1f1301 100644 --- a/src/components/theses/ThesisTable.vue +++ b/src/components/theses/ThesisTable.vue @@ -6,7 +6,7 @@ {{ $t('theseView.auteur') }}{{ '\xa0' }}