diff --git a/dmp-frontend/src/app/ui/dataset/listing/listing-item/dataset-listing-item.component.html b/dmp-frontend/src/app/ui/dataset/listing/listing-item/dataset-listing-item.component.html index 7102575c1..c46ac716c 100644 --- a/dmp-frontend/src/app/ui/dataset/listing/listing-item/dataset-listing-item.component.html +++ b/dmp-frontend/src/app/ui/dataset/listing/listing-item/dataset-listing-item.component.html @@ -2,9 +2,7 @@
- bookmark - bookmark -

{{ dataset.label }}

+ - +
+ bookmark + bookmark +

DRAFT: {{ dataset.label }}

+

{{ dataset.label }}

diff --git a/dmp-frontend/src/app/ui/dataset/listing/listing-item/dataset-listing-item.component.scss b/dmp-frontend/src/app/ui/dataset/listing/listing-item/dataset-listing-item.component.scss index 60daee69e..106c863eb 100644 --- a/dmp-frontend/src/app/ui/dataset/listing/listing-item/dataset-listing-item.component.scss +++ b/dmp-frontend/src/app/ui/dataset/listing/listing-item/dataset-listing-item.component.scss @@ -22,6 +22,11 @@ h4 { padding-left: 1em; } +.title h4 { + padding-left: 30px; + line-height: 2em; +} + .about-item { display: flex; } diff --git a/dmp-frontend/src/app/ui/explore-dmp/dmp-explore-filters/explore-dmp-filters.component.html b/dmp-frontend/src/app/ui/explore-dmp/dmp-explore-filters/explore-dmp-filters.component.html index e95113847..4a978c507 100644 --- a/dmp-frontend/src/app/ui/explore-dmp/dmp-explore-filters/explore-dmp-filters.component.html +++ b/dmp-frontend/src/app/ui/explore-dmp/dmp-explore-filters/explore-dmp-filters.component.html @@ -5,18 +5,19 @@ + search
{{ 'FACET-SEARCH.PROJECT-STATUS.TITLE' | translate }}
- Active - Inactive + {{ 'FACET-SEARCH.PROJECT-STATUS.OPTIONS.ACTIVE' | translate }} + {{ 'FACET-SEARCH.PROJECT-STATUS.OPTIONS.INACTIVE' | translate }}
{{ 'FACET-SEARCH.PROJECT.TITLE' | translate }}
- @@ -27,7 +28,7 @@
{{ 'FACET-SEARCH.PROFILES.TITLE' | translate }}
- @@ -38,7 +39,7 @@
{{ 'FACET-SEARCH.DMP-ORGANISATIONS.TITLE' | translate }}
- diff --git a/dmp-frontend/src/assets/i18n/en.json b/dmp-frontend/src/assets/i18n/en.json index bf9ba9135..d5c250ac7 100644 --- a/dmp-frontend/src/assets/i18n/en.json +++ b/dmp-frontend/src/assets/i18n/en.json @@ -488,6 +488,7 @@ "ROLE": "Role", "ORGANIZATION": "Organization", "SELECT-ORGANIZATIONS": "Select Organizations", + "SELECT-SPEC": "Select Dataset Specification", "RELATED-PROJECT": "Related Project", "SELECT-DMP": "Select DMP", "RELATED-DMP": "Related DMPs"