diff --git a/dmp-frontend/src/app/ui/dataset/overview/dataset-overview.component.html b/dmp-frontend/src/app/ui/dataset/overview/dataset-overview.component.html index c63b00497..e178cd073 100644 --- a/dmp-frontend/src/app/ui/dataset/overview/dataset-overview.component.html +++ b/dmp-frontend/src/app/ui/dataset/overview/dataset-overview.component.html @@ -12,28 +12,31 @@

{{ dataset.label }}

-
+

{{ roleDisplayFromList(dataset.users) }}

- . -
-
- public - {{'DMP-OVERVIEW.PUBLIC' | translate}} -
-
- public_off - {{'DMP-OVERVIEW.PRIVATE' | translate}} -
+ . + + +
+ public + {{'DMP-OVERVIEW.PUBLIC' | translate}}
- . -
+ . + + +
lock_outline {{'DMP-OVERVIEW.LOCKED' | translate}}
-
{{'GENERAL.STATUSES.EDIT' | translate}} : + . +
{{'GENERAL.STATUSES.EDIT' | translate}} : {{dataset.modified | date:"longDate"}}
diff --git a/dmp-frontend/src/app/ui/dmp/overview/dmp-overview.component.html b/dmp-frontend/src/app/ui/dmp/overview/dmp-overview.component.html index fb3457e6d..7ffe466cd 100644 --- a/dmp-frontend/src/app/ui/dmp/overview/dmp-overview.component.html +++ b/dmp-frontend/src/app/ui/dmp/overview/dmp-overview.component.html @@ -13,28 +13,28 @@
-

+

{{ roleDisplayFromList(dmp.users) }}

- . -
-
- public - {{'DMP-OVERVIEW.PUBLIC' | translate}} -
-
- public_off - {{'DMP-OVERVIEW.PRIVATE' | translate}} -
+ . + + +
+ public + {{'DMP-OVERVIEW.PUBLIC' | translate}}
- -
- . - lock_outline + . + + +
+ lock_outline {{'DMP-OVERVIEW.LOCKED' | translate}}
- . - +