Bartosz Dziewoński has uploaded a new change for review. ( 
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, 44 insertions(+), 44 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/78/356478/1

diff --git a/modules/gerrit/templates/error.html.erb 
b/modules/gerrit/templates/error.html.erb
index 81876b7..f414cf0 100644
--- a/modules/gerrit/templates/error.html.erb
+++ b/modules/gerrit/templates/error.html.erb
@@ -1,47 +1,47 @@
 <!DOCTYPE html>
 <html lang="en">
-  <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>
-  </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>
-    <p>
-        Please try again later!
-    </p>
-  </body>
+       <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>
+       </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>
+               <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: newchange
Gerrit-Change-Id: I01e56c390cab94b4684db1e03c5ee9641602aee6
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Bartosz Dziewoński <matma....@gmail.com>

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

Reply via email to