Sha256: a5c0ec157147f14f517499c092e124a5f016f1b416fb412da1552b434d936af0
Contents?: true
Size: 1.22 KB
Versions: 3
Compression:
Stored size: 1.22 KB
Contents
<!DOCTYPE html> <html> <head> <title>We're sorry, but something went wrong (500)</title> <meta content='initial-scale=1.0, width=device-width, user-scalable=no, maximum-scale=1.0' name='viewport'> <style type="text/css"> html body{ /* <<< For IE >>> */ padding-left: 0; padding-right: 0; } body { color: #999; background-color: #EFF0F2; font-size: 100%; text-align: center; font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; text-shadow: 1px 1px 1px white; -webkit-font-smoothing: antialiased !important; } div.dialog { max-width: 25em; padding: 0.5em 2em; margin: 4em auto 0 auto; background: #F8F8F8; border: 1px solid #E9E9E9; border-bottom-color: #D5D5D5; } h1 { color: #F27390; font-size: 1em; font-weight: normal; line-height: 1.5em; } p { font-size: 0.8125em; line-height: 1.3; } </style> </head> <body> <!-- This file lives in public/422.html --> <div class="dialog"> <h1>The change you wanted was rejected.</h1> <p>Maybe you tried to change something you didn't have access to.</p> </div> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rail_pass-0.1.4 | lib/generators/templates/public/422.html |
rail_pass-0.1.3 | lib/generators/templates/public/422.html |
rail_pass-0.1.1 | lib/generators/templates/public/422.html |