Dzahn has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/356478 )

Change subject: Fix indentation of Gerrit downtime page
......................................................................


Fix indentation of Gerrit downtime page

Failing in style.

Change-Id: I01e56c390cab94b4684db1e03c5ee9641602aee6
---
M modules/gerrit/templates/error.html.erb
1 file changed, 36 insertions(+), 36 deletions(-)

Approvals:
  jenkins-bot: Verified
  Dzahn: Looks good to me, approved



diff --git a/modules/gerrit/templates/error.html.erb 
b/modules/gerrit/templates/error.html.erb
index 8e6549d..c397985 100644
--- a/modules/gerrit/templates/error.html.erb
+++ b/modules/gerrit/templates/error.html.erb
@@ -3,45 +3,45 @@
   <head>
     <meta charset="utf-8">
     <title>Gerrit - Error</title>
-       <style>
-               body {
-                       color: #353535 !important;
-                       background: #fff url(/page-bkg.cache.jpg) no-repeat 0 0 
!important;
-                       position: static;
-               }
-               h1 {
-                       margin: 0;
-                       padding: 14px 0 0 17px;
-                       font-family: 'PT Sans', sans-serif;
-                       font-weight: normal;
-                       letter-spacing: -1px;
-                       /* This color isn't used since there is an image there,
-                        * but it kept for consistency when used for display of 
alt-text
-                        */
-                       color: #990000;
-                       min-height: 59px;
-                       background: transparent 
url(/wikimedia-codereview-logo.cache.png) no-repeat 0 0;
-                       text-indent: -9999px;
-                       overflow: hidden;
-               }
-               p {
-                       font-size: 150%;
-               }
-       </style>
+    <style>
+      body {
+        color: #353535 !important;
+        background: #fff url(/page-bkg.cache.jpg) no-repeat 0 0 !important;
+        position: static;
+      }
+      h1 {
+        margin: 0;
+        padding: 14px 0 0 17px;
+        font-family: 'PT Sans', sans-serif;
+        font-weight: normal;
+        letter-spacing: -1px;
+        /* This color isn't used since there is an image there,
+         * but it kept for consistency when used for display of alt-text
+         */
+        color: #990000;
+        min-height: 59px;
+        background: transparent url(/wikimedia-codereview-logo.cache.png) 
no-repeat 0 0;
+        text-indent: -9999px;
+        overflow: hidden;
+      }
+      p {
+        font-size: 150%;
+      }
+    </style>
   </head>
   <body>
-       <h1> Wikimedia Code Review</h1>
-       <p>
-        <%- if @maint_mode -%>
-        Gerrit is currently down for planned maintenance. Current ETA is 
<b><%= @maint_mode %></b>.
-        <%- else -%>
-        Gerrit is down. We're working on bringing it back as soon as possible.
-        <br />
-        Please follow along the discussion at #wikimedia-operations on 
freenode as we debug.
-        <%- end -%>
-       </p>
+    <h1>Wikimedia Code Review</h1>
     <p>
-        Please try again later!
+      <%- if @maint_mode -%>
+      Gerrit is currently down for planned maintenance. Current ETA is <b><%= 
@maint_mode %></b>.
+      <%- else -%>
+      Gerrit is down. We're working on bringing it back as soon as possible.
+      <br />
+      Please follow along the discussion at #wikimedia-operations on freenode 
as we debug.
+      <%- end -%>
+    </p>
+    <p>
+      Please try again later!
     </p>
   </body>
 </html>

-- 
To view, visit https://gerrit.wikimedia.org/r/356478
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I01e56c390cab94b4684db1e03c5ee9641602aee6
Gerrit-PatchSet: 5
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Bartosz Dziewoński <matma....@gmail.com>
Gerrit-Reviewer: Bartosz Dziewoński <matma....@gmail.com>
Gerrit-Reviewer: Chad <ch...@wikimedia.org>
Gerrit-Reviewer: Dzahn <dz...@wikimedia.org>
Gerrit-Reviewer: Giuseppe Lavagetto <glavage...@wikimedia.org>
Gerrit-Reviewer: Hashar <has...@free.fr>
Gerrit-Reviewer: Paladox <thomasmulhall...@yahoo.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to