Sha256: 7b2c4f71a8b5f142cec522f80d61d640e2a5d6545ea963249ae0cc0d499ecc32

Contents?: true

Size: 563 Bytes

Versions: 4

Compression:

Stored size: 563 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("%F %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-1.2.1 lib/capistrano/templates/maintenance.html.erb
capistrano-maintenance-1.2.0 lib/capistrano/templates/maintenance.html.erb
capistrano-maintenance-1.1.0 lib/capistrano/templates/maintenance.html.erb
capistrano-maintenance-1.0.0 lib/capistrano/templates/maintenance.html.erb