From dc412b0b05ebfddbcc24d929bfc5e7a5115003ef Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Thu, 19 Oct 2023 10:39:43 +0200 Subject: [PATCH] Cherry pick from sponsor --- master-web/templates/home.jade | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/master-web/templates/home.jade b/master-web/templates/home.jade index e6e2d971..9a4d2928 100644 --- a/master-web/templates/home.jade +++ b/master-web/templates/home.jade @@ -106,7 +106,7 @@ a(href="https://ci.mariadb.org") here | . li - a(href="https://buildbot.mariadb.org/cr") Cross-reference + a(href="{{baseurl}}cr") Cross-reference | allows to search for test failures in previous test runs. h4 {{ buildsRunning.length }} Build{{ buildsRunning.length > 1 ? 's' : '' }} running currently ul @@ -125,16 +125,16 @@ h4 Sponsors .row .col-md-4 - img(class="center-block", src="https://buildbot.mariadb.org/wsgi_dashboards/sponsor/static/AMD-logo.png", width="50%", padding-top=10px) + img(class="center-block", src="{{baseurl}}wsgi_dashboards/sponsor/static/AMD-logo.png", width="50%") .col-md-4 - img(class="center-block", src="https://buildbot.mariadb.org/wsgi_dashboards/sponsor/static/IBM-Logo.svg", width="50%") + img(class="center-block", src="{{baseurl}}wsgi_dashboards/sponsor/static/IBM-Logo.svg", width="50%") .col-md-4 - img(class="center-block", src="https://buildbot.mariadb.org/wsgi_dashboards/sponsor/static/Huawei-Logo.png", width="50%") + img(class="center-block", src="{{baseurl}}wsgi_dashboards/sponsor/static/Huawei-Logo.png", width="50%") .col-md-4 - img(class="center-block", src="https://buildbot.mariadb.org/wsgi_dashboards/sponsor/static/hetzner.png", width="50%") + img(class="center-block", src="{{baseurl}}wsgi_dashboards/sponsor/static/hetzner.png", width="50%") .col-md-4 - img(class="center-block", src="https://buildbot.mariadb.org/wsgi_dashboards/sponsor/static/worksonarm-logo.png", width="50%") + img(class="center-block", src="{{baseurl}}wsgi_dashboards/sponsor/static/worksonarm-logo.png", width="50%") .col-md-4 - img(class="center-block", src="https://buildbot.mariadb.org/wsgi_dashboards/sponsor/static/raptorcs.png", width="50%") + img(class="center-block", src="{{baseurl}}wsgi_dashboards/sponsor/static/raptorcs.png", width="50%") .col-md-4 - img(class="center-block", src="https://buildbot.mariadb.org/wsgi_dashboards/sponsor/static/bytemark.png", width="40%") + img(class="center-block", src="{{baseurl}}wsgi_dashboards/sponsor/static/bytemark.png", width="40%")