From bd8c3901006021f376b01c7f30ee783480be615a Mon Sep 17 00:00:00 2001 From: Jacob Nesbitt Date: Mon, 15 May 2023 13:32:29 -0400 Subject: [PATCH] Fix linting warnings --- .../CreateDandisetView/CreateDandisetView.vue | 27 +++++++++++++------ .../DandisetLandingView/DandisetMain.vue | 2 ++ 2 files changed, 21 insertions(+), 8 deletions(-) diff --git a/web/src/views/CreateDandisetView/CreateDandisetView.vue b/web/src/views/CreateDandisetView/CreateDandisetView.vue index b4d7520da..e6c834683 100644 --- a/web/src/views/CreateDandisetView/CreateDandisetView.vue +++ b/web/src/views/CreateDandisetView/CreateDandisetView.vue @@ -39,7 +39,9 @@ -
Title
+
+ Title +
Provide a title for this Dandiset. The title will appear in search results and at the top of the home page for this Dandiset, so make it @@ -55,7 +57,9 @@ class="my-4" /> -
Description
+
+ Description +
Provide a description for this Dandiset. This will appear prominently under the title in the home page for this Dandiset. @@ -70,13 +74,18 @@ class="my-4" />
-
License
+
+ License +
Select a license under which to share the contents of this Dandiset. You can learn more about licenses - for Dandisets. + target="_blank" + rel="noopener" + > + licenses for Dandisets + .
-
NIH Award Number
+
+ NIH Award Number +
Provide an NIH award number for this embargoed Dandiset. Note: this can be changed at any time and additional award numbers can be added @@ -128,11 +139,11 @@