diff options
| author | hukl <hukl@eight.local> | 2009-01-29 20:41:18 +0100 |
|---|---|---|
| committer | hukl <hukl@eight.local> | 2009-01-29 20:41:18 +0100 |
| commit | b298d3e8eeb10903bd4640dab7c11d0dc1be9d38 (patch) | |
| tree | d8d0a8449972a46e551be3b94e7dd02b6107b119 /public/422.html | |
initial import with edge rails included as a submodule
Diffstat (limited to 'public/422.html')
| -rw-r--r-- | public/422.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/public/422.html b/public/422.html new file mode 100644 index 0000000..b54e4a3 --- /dev/null +++ b/public/422.html | |||
| @@ -0,0 +1,30 @@ | |||
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | ||
| 2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | ||
| 3 | |||
| 4 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> | ||
| 5 | |||
| 6 | <head> | ||
| 7 | <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> | ||
| 8 | <title>The change you wanted was rejected (422)</title> | ||
| 9 | <style type="text/css"> | ||
| 10 | body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; } | ||
| 11 | div.dialog { | ||
| 12 | width: 25em; | ||
| 13 | padding: 0 4em; | ||
| 14 | margin: 4em auto 0 auto; | ||
| 15 | border: 1px solid #ccc; | ||
| 16 | border-right-color: #999; | ||
| 17 | border-bottom-color: #999; | ||
| 18 | } | ||
| 19 | h1 { font-size: 100%; color: #f00; line-height: 1.5em; } | ||
| 20 | </style> | ||
| 21 | </head> | ||
| 22 | |||
| 23 | <body> | ||
| 24 | <!-- This file lives in public/422.html --> | ||
| 25 | <div class="dialog"> | ||
| 26 | <h1>The change you wanted was rejected.</h1> | ||
| 27 | <p>Maybe you tried to change something you didn't have access to.</p> | ||
| 28 | </div> | ||
| 29 | </body> | ||
| 30 | </html> \ No newline at end of file | ||
