Sha256: 154fa35649557b2afc4ea7c48e62c9559f4f24185ca314b9067322e661f63d02

Contents?: true

Size: 559 Bytes

Versions: 4

Compression:

Stored size: 559 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
    <title>Maintenance</title>
    <style type="text/css">
    body {
        width: 400px;
        margin: 100px auto;
        font: 300 120% "OpenSans", "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
    }

    h1 {
        font-weight: 300;
    }
    </style>
</head>
<body>
    <h1>Maintenance</h1>

    <p>The system is down for <%= reason ? reason : "maintenance" %><br>
           as of <%= Time.now.strftime("%H:%M %Z") %>.</p>

    <p>It'll be back <%= deadline ? deadline : "shortly" %>.</p>
</body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
capistrano-maintenance-0.0.5 lib/capistrano/templates/maintenance.html.erb
capistrano-maintenance-0.0.4 lib/capistrano/templates/maintenance.html.erb
capistrano-maintenance-0.0.3 lib/capistrano/templates/maintenance.html.erb
capistrano-maintenance-0.0.2 lib/capistrano/templates/maintenance.html.erb