Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EHD-1387: Remove unused CSHTML pages #598

Merged
merged 1 commit into from
Nov 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ public void DoNotAllowHtmlDotRawInCode()
Path.Combine("GenderPayGap.WebUI", "obj"), // Output folder
Path.Combine("GenderPayGap.WebUI", "Views", "Shared", "CustomError.cshtml"), // We can change this once we have moved all the pages across to the new Design System
Path.Combine("GenderPayGap.WebUI", "Views", "Shared", "Error.cshtml"), // We can change this once we have moved all the pages across to the new Design System
Path.Combine("GenderPayGap.WebUI", "Views", "Shared", "Patterns", "ErrorSummary.cshtml"), // This should disappear when we re-write the Submit journey
Path.Combine("GovUkDesignSystem") // This uses Html.Raw for Attributes - TODO we should try to work out a better way of doing this
};

Expand Down
12 changes: 0 additions & 12 deletions GenderPayGap.WebUI/Views/Homepage/Parts/RelatedContent.cshtml

This file was deleted.

29 changes: 0 additions & 29 deletions GenderPayGap.WebUI/Views/Shared/Patterns/ErrorSummary.cshtml

This file was deleted.

13 changes: 0 additions & 13 deletions GenderPayGap.WebUI/Views/Shared/_ValidationSummary.cshtml

This file was deleted.