Sha256: 49e5ea1947b3c5adf2ae19d44b4ae5af19ea51ea5878d30c3ed2c0cc29ee6eff

Contents?: true

Size: 968 Bytes

Versions: 2

Compression:

Stored size: 968 Bytes

Contents

<html>
<head>
    <title>AppsCake - Error</title>
    <link href="css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<script src="js/bootstrap.min.js"></script>
<div class="container">
    <div class="page-header">
        <h1>AppsCake <small>Makes deploying AppScale a piece of cake!</small></h1>
    </div>
    <div class="row">
        <div id="content" class="span12 well">
            <h3>AppsCake Error!</h3>
            <p>
                AppsCake has detected an error with your request. Please check the
                error details below, go back and re-submit the form with the correct
                information.
            </p>
            <ul>
                <li><strong>Error Message:</strong> <%= @title %></li>
                <li><strong>Details:</strong> <%=  @error %></li>
            </ul>
            <button class="btn btn-primary" onclick="javascript: history.go(-1)">Go Back</button>
        </div>
    </div>
</div>
</body>
</html>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
appscake-0.0.3 views/error.erb
appscake-0.0.2 views/error.erb