| 
0
 | 
     1 <!DOCTYPE html>
 | 
| 
254
 | 
     2 <html>
 | 
| 
0
 | 
     3 <head>
 | 
| 
 | 
     4   <title>The change you wanted was rejected (422)</title>
 | 
| 
 | 
     5   <meta name="viewport" content="width=device-width,initial-scale=1">
 | 
| 
 | 
     6   <style>
 | 
| 
254
 | 
     7   .rails-default-error-page {
 | 
| 
0
 | 
     8     background-color: #EFEFEF;
 | 
| 
 | 
     9     color: #2E2F30;
 | 
| 
 | 
    10     text-align: center;
 | 
| 
 | 
    11     font-family: arial, sans-serif;
 | 
| 
 | 
    12     margin: 0;
 | 
| 
 | 
    13   }
 | 
| 
 | 
    14 
 | 
| 
254
 | 
    15   .rails-default-error-page div.dialog {
 | 
| 
0
 | 
    16     width: 95%;
 | 
| 
 | 
    17     max-width: 33em;
 | 
| 
 | 
    18     margin: 4em auto 0;
 | 
| 
 | 
    19   }
 | 
| 
 | 
    20 
 | 
| 
254
 | 
    21   .rails-default-error-page div.dialog > div {
 | 
| 
0
 | 
    22     border: 1px solid #CCC;
 | 
| 
 | 
    23     border-right-color: #999;
 | 
| 
 | 
    24     border-left-color: #999;
 | 
| 
 | 
    25     border-bottom-color: #BBB;
 | 
| 
 | 
    26     border-top: #B00100 solid 4px;
 | 
| 
 | 
    27     border-top-left-radius: 9px;
 | 
| 
 | 
    28     border-top-right-radius: 9px;
 | 
| 
 | 
    29     background-color: white;
 | 
| 
 | 
    30     padding: 7px 12% 0;
 | 
| 
 | 
    31     box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
 | 
| 
 | 
    32   }
 | 
| 
 | 
    33 
 | 
| 
254
 | 
    34   .rails-default-error-page h1 {
 | 
| 
0
 | 
    35     font-size: 100%;
 | 
| 
 | 
    36     color: #730E15;
 | 
| 
 | 
    37     line-height: 1.5em;
 | 
| 
 | 
    38   }
 | 
| 
 | 
    39 
 | 
| 
254
 | 
    40   .rails-default-error-page div.dialog > p {
 | 
| 
0
 | 
    41     margin: 0 0 1em;
 | 
| 
 | 
    42     padding: 1em;
 | 
| 
 | 
    43     background-color: #F7F7F7;
 | 
| 
 | 
    44     border: 1px solid #CCC;
 | 
| 
 | 
    45     border-right-color: #999;
 | 
| 
 | 
    46     border-left-color: #999;
 | 
| 
 | 
    47     border-bottom-color: #999;
 | 
| 
 | 
    48     border-bottom-left-radius: 4px;
 | 
| 
 | 
    49     border-bottom-right-radius: 4px;
 | 
| 
 | 
    50     border-top-color: #DADADA;
 | 
| 
 | 
    51     color: #666;
 | 
| 
 | 
    52     box-shadow: 0 3px 8px rgba(50, 50, 50, 0.17);
 | 
| 
 | 
    53   }
 | 
| 
 | 
    54   </style>
 | 
| 
 | 
    55 </head>
 | 
| 
 | 
    56 
 | 
| 
254
 | 
    57 <body class="rails-default-error-page">
 | 
| 
0
 | 
    58   <!-- This file lives in public/422.html -->
 | 
| 
 | 
    59   <div class="dialog">
 | 
| 
 | 
    60     <div>
 | 
| 
 | 
    61       <h1>The change you wanted was rejected.</h1>
 | 
| 
 | 
    62       <p>Maybe you tried to change something you didn't have access to.</p>
 | 
| 
 | 
    63     </div>
 | 
| 
 | 
    64     <p>If you are the application owner check the logs for more information.</p>
 | 
| 
 | 
    65   </div>
 | 
| 
 | 
    66 </body>
 | 
| 
 | 
    67 </html>
 |