Basis of rails-driven app for local business
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

29 lines
930 B

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head>
  5. <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  6. <title>The change you wanted was rejected (422)</title>
  7. <style type="text/css">
  8. body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
  9. div.dialog {
  10. width: 25em;
  11. padding: 0 4em;
  12. margin: 4em auto 0 auto;
  13. border: 1px solid #ccc;
  14. border-right-color: #999;
  15. border-bottom-color: #999;
  16. }
  17. h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
  18. </style>
  19. </head>
  20. <body>
  21. <!-- This file lives in public/422.html -->
  22. <div class="dialog">
  23. <h1>The change you wanted was rejected.</h1>
  24. <p>Maybe you tried to change something you didn't have access to.</p>
  25. </div>
  26. </body>
  27. </html>