Skip to content
Snippets Groups Projects

Resolve "Error page should mention issues/contribution possibility"

7 files
+ 61
10
Compare changes
  • Side-by-side
  • Inline

Files

@@ -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