422.html 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <!DOCTYPE html>
  2. <!--
  3. ! Excerpted from "Agile Web Development with Rails",
  4. ! published by The Pragmatic Bookshelf.
  5. ! Copyrights apply to this code. It may not be used to create training material,
  6. ! courses, books, articles, and the like. Contact us if you are in doubt.
  7. ! We make no guarantees that this code is fit for any purpose.
  8. ! Visit http://www.pragmaticprogrammer.com/titles/rails4 for more book information.
  9. -->
  10. <!--
  11. ! Excerpted from "Agile Web Development with Rails, 4rd Ed.",
  12. ! published by The Pragmatic Bookshelf.
  13. ! Copyrights apply to this code. It may not be used to create training material,
  14. ! courses, books, articles, and the like. Contact us if you are in doubt.
  15. ! We make no guarantees that this code is fit for any purpose.
  16. ! Visit http://www.pragmaticprogrammer.com/titles/rails4 for more book information.
  17. -->
  18. <html>
  19. <head>
  20. <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
  21. <title>The change you wanted was rejected (422)</title>
  22. <style type="text/css">
  23. body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
  24. div.dialog {
  25. width: 25em;
  26. padding: 0 4em;
  27. margin: 4em auto 0 auto;
  28. border: 1px solid #ccc;
  29. border-right-color: #999;
  30. border-bottom-color: #999;
  31. }
  32. h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
  33. </style>
  34. </head>
  35. <body>
  36. <!-- This file lives in public/422.html -->
  37. <div class="dialog">
  38. <h1>The change you wanted was rejected.</h1>
  39. <p>Maybe you tried to change something you didn't have access to.</p>
  40. </div>
  41. </body>
  42. </html>