Krinkle has submitted this change and it was merged.
Change subject: Zuul status page: Add space before changeid.
......................................................................
Zuul status page: Add space before changeid.
In our stylesheet the changeid is pulled to the right side of
the widget but without the stylesheet it should still be
separated from the project name with a space instead of being
directly adjacent.
Change-Id: Ie6c3864c6e06423aa10dd5504d23b832b35436ed
---
M org/wikimedia/integration/zuul/status.js
1 file changed, 2 insertions(+), 2 deletions(-)
Approvals:
Krinkle: Verified; Looks good to me, approved
diff --git a/org/wikimedia/integration/zuul/status.js
b/org/wikimedia/integration/zuul/status.js
index c53cffb..67fbb68 100644
--- a/org/wikimedia/integration/zuul/status.js
+++ b/org/wikimedia/integration/zuul/status.js
@@ -1,4 +1,4 @@
-// Client script for Zuul status page.
+// Client script for Zuul status page (wmf version)
//
// Copyright 2012 OpenStack Foundation
// Copyright 2013 Timo Tijhof
@@ -100,7 +100,7 @@
if (id.length === 40) {
id = id.substr(0, 7);
}
- html += '<span class="zuul-change-id">';
+ html += ' <span class="zuul-change-id">';
if (url !== null) {
html += '<a href="' + url + '">';
}
--
To view, visit https://gerrit.wikimedia.org/r/58224
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie6c3864c6e06423aa10dd5504d23b832b35436ed
Gerrit-PatchSet: 1
Gerrit-Project: integration/docroot
Gerrit-Branch: master
Gerrit-Owner: Krinkle <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits