From 2d0cef74e7b848a8340dcc1ad36e779d688f9e7a Mon Sep 17 00:00:00 2001 From: Chulki Lee Date: Wed, 24 Apr 2013 15:57:29 -0700 Subject: [PATCH] Restore maintenance.rhtml from 28c484f1f5e6a009d1b8ff07d85e924d6f947d3c^ --- .../recipes/templates/maintenance.rhtml | 53 +++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 lib/capistrano/recipes/templates/maintenance.rhtml diff --git a/lib/capistrano/recipes/templates/maintenance.rhtml b/lib/capistrano/recipes/templates/maintenance.rhtml new file mode 100644 index 00000000..924f4c0b --- /dev/null +++ b/lib/capistrano/recipes/templates/maintenance.rhtml @@ -0,0 +1,53 @@ + + + + + + + + System down for maintenance + + + + + + +
+
+
+

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

+

+ It'll be back <%= deadline ? deadline : "shortly" %>. +

+
+
+
+ + +