diff --git a/dmp-frontend/src/app/ui/dashboard/dashboard.component.html b/dmp-frontend/src/app/ui/dashboard/dashboard.component.html index e7eabdf05..b709f508e 100644 --- a/dmp-frontend/src/app/ui/dashboard/dashboard.component.html +++ b/dmp-frontend/src/app/ui/dashboard/dashboard.component.html @@ -1,10 +1,10 @@

Welcome to OpenDMP

-

Lorem ipsum dolor sit amet concectetum lorem ipsum

+

Start using this tool to create your own Data Management Plans

-
+
@@ -42,7 +42,7 @@
-
+
@@ -56,5 +56,11 @@
+
+

This project is funded by Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor

+

incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation + ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui official deserunt mollit anim id est laborum. +

+
diff --git a/dmp-frontend/src/app/ui/dashboard/dashboard.component.scss b/dmp-frontend/src/app/ui/dashboard/dashboard.component.scss index 93078306a..fb784192c 100644 --- a/dmp-frontend/src/app/ui/dashboard/dashboard.component.scss +++ b/dmp-frontend/src/app/ui/dashboard/dashboard.component.scss @@ -16,6 +16,22 @@ padding-bottom: 2em; } +.dashboard-main-container { + margin-top: 0px; +} + +.non-auth-main-container { + padding: 0; +} + +.non-auth-stats { + background-color: rgba(255, 255, 255, 0.5); +} + +.non-auth-title-container { + margin-top: 3em; +} + .dashboard { .card { padding: 25px 20px 20px 20px; diff --git a/dmp-frontend/src/app/ui/explore-dataset/explore-dataset-listing.component.html b/dmp-frontend/src/app/ui/explore-dataset/explore-dataset-listing.component.html index 19193a168..d43f06ce6 100644 --- a/dmp-frontend/src/app/ui/explore-dataset/explore-dataset-listing.component.html +++ b/dmp-frontend/src/app/ui/explore-dataset/explore-dataset-listing.component.html @@ -12,11 +12,6 @@

{{'DASHBOARD.DATASETS' | translate}} {{titlePrefix}}

{{'DATASET-LISTING.SUBTITLE' | translate}}

-
- -
diff --git a/dmp-frontend/src/app/ui/explore-dataset/explore-dataset-listing.component.ts b/dmp-frontend/src/app/ui/explore-dataset/explore-dataset-listing.component.ts index c841e0a18..48fe40196 100644 --- a/dmp-frontend/src/app/ui/explore-dataset/explore-dataset-listing.component.ts +++ b/dmp-frontend/src/app/ui/explore-dataset/explore-dataset-listing.component.ts @@ -48,7 +48,7 @@ export class ExploreDatasetListingComponent extends BaseComponent implements OnI } rowClicked(dataset: DatasetListingModel) { - this.router.navigate(['/datasets/editPublic/' + dataset.id]); + //this.router.navigate(['/datasets/editPublic/' + dataset.id]); } onCriteriaChange(event: ExploreDatasetCriteriaModel) { diff --git a/dmp-frontend/src/app/ui/sidebar/sidebar-footer/sidebar-footer.component.html b/dmp-frontend/src/app/ui/sidebar/sidebar-footer/sidebar-footer.component.html index 5b85a6887..7987ad070 100644 --- a/dmp-frontend/src/app/ui/sidebar/sidebar-footer/sidebar-footer.component.html +++ b/dmp-frontend/src/app/ui/sidebar/sidebar-footer/sidebar-footer.component.html @@ -4,5 +4,5 @@ Glossary Guide - Help + Help
diff --git a/dmp-frontend/src/app/ui/sidebar/sidebar.component.html b/dmp-frontend/src/app/ui/sidebar/sidebar.component.html index ad25f4d63..6da4ef139 100644 --- a/dmp-frontend/src/app/ui/sidebar/sidebar.component.html +++ b/dmp-frontend/src/app/ui/sidebar/sidebar.component.html @@ -45,7 +45,7 @@ -