提交 8d69cd3e 编写于 作者: S Steve Klabnik

Merge pull request #9537 from NARKOZ/patch-6

add prompt to 422 page to check logs
......@@ -3,7 +3,7 @@
<head>
<title>The change you wanted was rejected (422)</title>
<style>
body
body
{
background-color: #efefef;
color: #2E2F30;
......@@ -31,7 +31,7 @@
}
body>p
{
width: 33em;
width: 33em;
margin: 0 auto 1em;
padding: 1em 0;
background-color: #f7f7f7;
......@@ -53,5 +53,6 @@
<h1>The change you wanted was rejected.</h1>
<p>Maybe you tried to change something you didn't have access to.</p>
</div>
<p>If you are the application owner check the logs for more information.</p>
</body>
</html>
......@@ -3,7 +3,7 @@
<head>
<title>The change you wanted was rejected (422)</title>
<style>
body
body
{
background-color: #efefef;
color: #2E2F30;
......@@ -31,7 +31,7 @@
}
body>p
{
width: 33em;
width: 33em;
margin: 0 auto 1em;
padding: 1em 0;
background-color: #f7f7f7;
......@@ -53,5 +53,6 @@
<h1>The change you wanted was rejected.</h1>
<p>Maybe you tried to change something you didn't have access to.</p>
</div>
<p>If you are the application owner check the logs for more information.</p>
</body>
</html>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册