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 ad298db Make a couple of UI improvements
ad298db is described below
commit ad298dbcbdfaaea8367b1c6b8459e8fdb8d7aa38
Author: Sean B. Palmer <[email protected]>
AuthorDate: Wed Sep 10 20:15:11 2025 +0100
Make a couple of UI improvements
---
atr/templates/check-selected.html | 2 +-
atr/templates/revisions-selected.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/atr/templates/check-selected.html
b/atr/templates/check-selected.html
index 2b90eb9..fbc5504 100644
--- a/atr/templates/check-selected.html
+++ b/atr/templates/check-selected.html
@@ -166,7 +166,7 @@
<h2>Debugging</h2>
<div class="mb-2">
- <p class="text-muted">The following form is for debugging purposes only.
It will create a new revision.</p>
+ <p>The following form is for debugging purposes only. It will create a
new revision.</p>
</div>
<div>
<form method="post"
diff --git a/atr/templates/revisions-selected.html
b/atr/templates/revisions-selected.html
index 6a74e5f..6b7de7a 100644
--- a/atr/templates/revisions-selected.html
+++ b/atr/templates/revisions-selected.html
@@ -123,7 +123,7 @@
{{ empty_form.hidden_tag() }}
<input type="hidden" name="revision_number" value="{{
revision.number }}" />
- <button type="submit" class="btn btn-sm
btn-outline-danger">Revert to this revision state</button>
+ <button type="submit" class="btn btn-sm
btn-outline-danger">Create a new revision from this</button>
</form>
</div>
{% endif %}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]