From e5d0863f6495daf718eab7dd63449fba629f16d4 Mon Sep 17 00:00:00 2001 From: Tim Lovell-Smith Date: Mon, 28 Oct 2013 12:13:42 -0700 Subject: [PATCH] In theory this will fix #1585... now how to test it? --- src/NuGetGallery/Views/Packages/Edit.cshtml | 3 +++ src/NuGetGallery/Views/Packages/VerifyPackage.cshtml | 9 ++++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/NuGetGallery/Views/Packages/Edit.cshtml b/src/NuGetGallery/Views/Packages/Edit.cshtml index 8648ca438d..3d6974cc1f 100644 --- a/src/NuGetGallery/Views/Packages/Edit.cshtml +++ b/src/NuGetGallery/Views/Packages/Edit.cshtml @@ -7,6 +7,9 @@ } @Styles.Render("~/Content/font-awesome.css") + @section BottomScripts { @Scripts.Render("~/Scripts/jquery-ui-1.10.3.js") diff --git a/src/NuGetGallery/Views/Packages/VerifyPackage.cshtml b/src/NuGetGallery/Views/Packages/VerifyPackage.cshtml index 1c9c14da85..3a952f9e26 100644 --- a/src/NuGetGallery/Views/Packages/VerifyPackage.cshtml +++ b/src/NuGetGallery/Views/Packages/VerifyPackage.cshtml @@ -6,6 +6,9 @@ } @Styles.Render("~/Content/font-awesome.css") +

Verify Details & Submit

@ViewHelpers.UploadSequence(2) @@ -67,7 +70,7 @@

@value

} -