Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Queue
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Labrador
Queue
Merge requests
!727
Resolve "Error page should mention issues/contribution possibility"
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Resolve "Error page should mention issues/contribution possibility"
391-error-page-should-mention-issues-contribution-possibility
into
development
Overview
10
Commits
2
Pipelines
0
Changes
7
Merged
Resolve "Error page should mention issues/contribution possibility"
Ada Turgut
requested to merge
391-error-page-should-mention-issues-contribution-possibility
into
development
Oct 27, 2023
Overview
10
Commits
2
Pipelines
0
Changes
7
Banner is added to all types of error pages.
Closes
#391 (closed)
Edited
Oct 27, 2023
by
Ada Turgut
0
0
Merge request reports
Compare
development
version 1
71a2778c
Oct 27, 2023
development (base)
and
latest version
latest version
66cb7a7a
2 commits,
Nov 25, 2023
version 1
71a2778c
1 commit,
Oct 27, 2023
7 files
+
61
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
src/main/resources/templates/error/400.html
+
8
−
3
View file @ 66cb7a7a
Edit in single-file editor
Open in Web IDE
Show full file
@@ -18,7 +18,7 @@
-->
<!DOCTYPE html>
<html
lang=
"en"
xmlns:layout=
"http://www.ultraq.net.nz/thymeleaf/layout"
layout:decorate=
"~{container}"
>
<html
lang=
"en"
xmlns:th=
"http://www.thymeleaf.org"
xmlns:layout=
"http://www.ultraq.net.nz/thymeleaf/layout"
layout:decorate=
"~{container}"
>
<head>
<title>
Queue: Bad Request
</title>
</head>
@@ -30,9 +30,14 @@
<h2
class=
"font-500"
>
Bad Request
</h2>
<p>
This is likely a bug. Please report what you did in the Queue Mattermost channel or through e-mail to eip-ewi@tudelft.nl so we can
quickly resolve the issue.
This is likely a bug. Please report what you did in the
<a
href=
"https://mattermost.tudelft.nl/educational-software-support/channels/queue"
>
Queue Mattermost channel
</a>
or through e-mail to eip-ewi@tudelft.nl so we can quickly resolve the issue.
</p>
<br
/>
<header
class=
"contribution-wrapper"
>
<th:block
th:replace=
"~{error/contribution :: contribution}"
></th:block>
</header>
</main>
</body>
</html>
Loading