Sha256: c5ab8ab9adddc1c81abe940093aa51ece3fc385cb7577e1f89f285ad6bd28ea4
Contents?: true
Size: 1.29 KB
Versions: 6
Compression:
Stored size: 1.29 KB
Contents
<!DOCTYPE html> <html> <head> <title>422 Error: Your change was rejected</title> <link rel="stylesheet" type="text/css" href="../assets/bootstrap.css" /> <link rel="stylesheet" type="text/css" href="../assets/responsive-bootstrap.css" /> <link rel="stylesheet" type="text/css" href="../assets/shopify_app.scss" /> <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
6 entries across 6 versions & 1 rubygems