gitlabhq/public/422.html

17 lines
399 B
HTML
Raw Permalink Normal View History

2011-10-08 23:36:38 +02:00
<!DOCTYPE html>
<html>
<head>
<title>The change you wanted was rejected (422)</title>
2012-05-21 06:00:24 +02:00
<link href="/static.css" media="screen" rel="stylesheet" type="text/css" />
2011-10-08 23:36:38 +02:00
</head>
<body>
<!-- This file lives in public/422.html -->
<h1>422</h1>
2012-08-16 08:13:50 +02:00
<div>
2011-10-08 23:36:38 +02:00
<h2>The change you wanted was rejected.</h2>
<p>Maybe you tried to change something you didn't have access to.</p>
</div>
</body>
</html>