This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git
The following commit(s) were added to refs/heads/main by this push:
new eb17ad7 Comment out old sidebar links and update phase style
eb17ad7 is described below
commit eb17ad72a4c2f474a2b8101adc4b554898105c0c
Author: Sean B. Palmer <[email protected]>
AuthorDate: Tue Apr 22 20:19:52 2025 +0100
Comment out old sidebar links and update phase style
---
atr/templates/includes/sidebar.html | 3 +++
atr/templates/index-committer.html | 8 ++++----
2 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/atr/templates/includes/sidebar.html
b/atr/templates/includes/sidebar.html
index 73404fc..3d279cd 100644
--- a/atr/templates/includes/sidebar.html
+++ b/atr/templates/includes/sidebar.html
@@ -42,6 +42,8 @@
</ul>
{% endfor %}
{% endif %}
+
+ <!--
<h3>Release candidate drafts</h3>
<ul>
<li>
@@ -68,6 +70,7 @@
<a href="{{ as_url(routes.preview.announce) }}">Announce preview</a>
</li>
</ul>
+ -->
<h3>Releases</h3>
<ul>
diff --git a/atr/templates/index-committer.html
b/atr/templates/index-committer.html
index abf781a..8bf8cb0 100644
--- a/atr/templates/index-committer.html
+++ b/atr/templates/index-committer.html
@@ -36,7 +36,7 @@
}
.page-semibold {
- font-weight: 500;
+ font-weight: 500 !important;
}
.page-logo {
@@ -148,11 +148,11 @@
</div>
<div class="page-phase-progression">
{% if current_phase_index == 0 %}
- <strong class="atr-phase-one">{{ phase_labels[0]
}}</strong>
+ <strong class="page-semibold atr-phase-one">{{
phase_labels[0] }}</strong>
{% elif current_phase_index == 1 %}
- <strong class="atr-phase-two">{{ phase_labels[1]
}}</strong>
+ <strong class="page-semibold atr-phase-two">{{
phase_labels[1] }}</strong>
{% elif current_phase_index == 2 %}
- <strong class="atr-phase-three">{{ phase_labels[2]
}}</strong>
+ <strong class="page-semibold atr-phase-three">{{
phase_labels[2] }}</strong>
{% endif %}
</div>
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]