File tree Expand file tree Collapse file tree
src/NuGetGallery/Scripts/gallery Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -210,13 +210,13 @@ var SupportRequestsViewModel = (function () {
210210
211211 this . generateUserProfileUrl = function ( supportRequestViewModel ) {
212212 if ( supportRequestViewModel . CreatedBy . toUpperCase !== 'ANONYMOUS' ) {
213- return supportRequestViewModel . SiteRoot + ' Profiles/' + supportRequestViewModel . CreatedBy ;
213+ return '/ Profiles/' + supportRequestViewModel . CreatedBy ;
214214 }
215215 return '#' ;
216216 } ;
217217
218218 this . generatePackageDetailsUrl = function ( supportRequestViewModel ) {
219- return supportRequestViewModel . SiteRoot + ' packages/' + supportRequestViewModel . PackageId + '/' + supportRequestViewModel . PackageVersion ;
219+ return '/ packages/' + supportRequestViewModel . PackageId + '/' + supportRequestViewModel . PackageVersion ;
220220 } ;
221221
222222 this . generateHistoryUrl = function ( supportRequestViewModel ) {
You can’t perform that action at this time.
0 commit comments