diff --git a/dmp-frontend/src/app/ui/dashboard/recent-edited-activity/recent-edited-activity.component.html b/dmp-frontend/src/app/ui/dashboard/recent-edited-activity/recent-edited-activity.component.html index ea6387beb..cba011c2f 100644 --- a/dmp-frontend/src/app/ui/dashboard/recent-edited-activity/recent-edited-activity.component.html +++ b/dmp-frontend/src/app/ui/dashboard/recent-edited-activity/recent-edited-activity.component.html @@ -4,20 +4,19 @@
{{ 'DMP-LISTING.DMP' | translate }}
-
Edited: 9 May 2020
+
{{ 'DMP-LISTING.EDITED' | translate }}: {{ activity.modifiedTime | date: "longDate" }}
-
- DMP for: Horizon 2020 for Grant DMP of the NEANIAS DMP plan
+
{{activity.label}}
Owner . - publicPublished - + public{{'TYPES.DMP-VISIBILITY.PUBLIC' | translate}} + done{{ enumUtils.toDmpStatusString(activity.status) }} + create{{ enumUtils.toDmpStatusString(activity.status) }} . Version 1 . - Grant: NEANIAS Project + {{ 'DMP-LISTING.GRANT' | translate }}: {{activity.grant}}
Contained Dataset Descriptions (5)
@@ -56,8 +55,7 @@
Owner . - doneFinalized + doneFinalized . Grant: NEANIAS Project diff --git a/dmp-frontend/src/app/ui/navbar/navbar.component.scss b/dmp-frontend/src/app/ui/navbar/navbar.component.scss index 40d70c923..f3ca174d9 100644 --- a/dmp-frontend/src/app/ui/navbar/navbar.component.scss +++ b/dmp-frontend/src/app/ui/navbar/navbar.component.scss @@ -8,7 +8,7 @@ $mat-card-header-size: 40px !default; } .progress-bar { - top: 70px; + top: 80px; left: 0; width: 100%; position: fixed; diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index ec9b6ac7f..769eb9ae9 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -385,10 +385,12 @@ }, "DMP-LISTING": { "DMP": "DMP", + "GRANT": "Grant", "TITLE": "Data Management Plans", "OWNER": "Owner", "MEMBER": "Member", "CREATOR": "Creator", + "EDITED": "Edited", "COLUMNS": { "NAME": "Name", "GRANT": "Grant", diff --git a/dmp-frontend/src/assets/i18n/es.json b/dmp-frontend/src/assets/i18n/es.json index 84a99da0e..2d53b0fcd 100644 --- a/dmp-frontend/src/assets/i18n/es.json +++ b/dmp-frontend/src/assets/i18n/es.json @@ -385,10 +385,12 @@ }, "DMP-LISTING": { "DMP": "DMP", + "Grant": "Subvención", "TITLE": "Planes de Gestión de Datos", "OWNER": "Propietario", "MEMBER": "Miembro", "CREATOR": "Creator", + "EDITED": "Editado en", "COLUMNS": { "NAME": "Nombre", "GRANT": "Subvención", diff --git a/dmp-frontend/src/assets/i18n/gr.json b/dmp-frontend/src/assets/i18n/gr.json index 1284d433d..1d0997988 100644 --- a/dmp-frontend/src/assets/i18n/gr.json +++ b/dmp-frontend/src/assets/i18n/gr.json @@ -385,10 +385,12 @@ }, "DMP-LISTING": { "DMP": "DMP", + "GRANT": "Grant", "TITLE": "Σχέδια Διαχείρισης Δεδομένων", "OWNER": "Κάτοχος", "MEMBER": "Μέλος", "CREATOR": "Συντάκτης", + "EDITED": "Επεξεργάστηκε", "COLUMNS": { "NAME": "Τίτλος", "GRANT": "Επιχορήγηση",