Sha256: 633e1cc053ab1710f7d94349ef221c54c8cb0baecd6dd5f37e5019c157b448cf
Contents?: true
Size: 1.06 KB
Versions: 20
Compression:
Stored size: 1.06 KB
Contents
<!DOCTYPE html> <html> <head> <title>422 Error: Your change was rejected</title> <style> .container { text-align:center;} .navbar .brand { float:none;} </style> </head> <body> <div class="navbar navbar-fixed-top"> <div class="navbar-inner"> <div class="container"> <a href="/" class="brand">Shopify Demo App</a> </div> </div> </div> <div class="container"> <div class="content"> <div class="page-header"> <h1>422 Error</h1> </div> <h3><i class="icon-warning-sign" style="margin-top:6px; opacity:.5;"></i> Sorry, the change you requested was rejected.</h3> <p class="muted">Did you try to change something you don't have access to?</p> <p><button type="button" value ="back" onClick="window.history.back();" class='btn btn-primary'><i class="icon-chevron-left" style="opacity:.25"></i> Back to the app</button></p> </div> <footer> <p>A Shopify app by (company name here)</p> </footer> </div> <!-- /container --> </body> </html>
Version data entries
20 entries across 20 versions & 2 rubygems