Skip to content

Fix paths for Bootstrap and jQuery in layout files - #903

Open
Seesi wants to merge 2 commits into
dotnet:mainfrom
Seesi:main
Open

Fix paths for Bootstrap and jQuery in layout files#903
Seesi wants to merge 2 commits into
dotnet:mainfrom
Seesi:main

Conversation

@Seesi

@Seesi Seesi commented Oct 12, 2025

Copy link
Copy Markdown

The layout references bootstrap and jquery files within dist subdirectories, but the actual folder structure in wwwroot/lib was missing these dist folders.
This caused 404 errors and left the login page unstyled.

Copilot AI review requested due to automatic review settings October 12, 2025 09:35

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes broken asset references in the layout file by correcting the paths to Bootstrap and jQuery files. The paths were incorrectly pointing to dist subdirectories that don't exist in the actual folder structure.

  • Removed /dist from Bootstrap CSS path
  • Removed /dist from jQuery and Bootstrap JavaScript paths

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@Seesi

Seesi commented Oct 17, 2025

Copy link
Copy Markdown
Author

@dotnet-policy-service agree

@AnKushSingh05

Copy link
Copy Markdown

test

@AnKushSingh05

Copy link
Copy Markdown

H1 - edited

H2

  • this
  • is
  • a
  • list code
  • this
  • is
  • a
  • list code

H3

This PR Link

H2

// DescriptionView.cs
// 
// Copyright (c) Microsoft Corporation.  All rights reserved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants