This is an automated email from the ASF dual-hosted git repository.
tn 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 a253748 improve note on starting page, fix typo
a253748 is described below
commit a2537482bc478c6a5d337fc56fdbec6483fd78bb
Author: Thomas Neidhart <[email protected]>
AuthorDate: Tue Apr 1 07:10:04 2025 +0200
improve note on starting page, fix typo
---
atr/templates/draft-add-files.html | 2 +-
atr/templates/index.html | 5 +++--
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/atr/templates/draft-add-files.html
b/atr/templates/draft-add-files.html
index 33a6ff2..990870b 100644
--- a/atr/templates/draft-add-files.html
+++ b/atr/templates/draft-add-files.html
@@ -11,7 +11,7 @@
{% block content %}
<a href="{{ as_url(routes.draft.add) }}" class="back-link">← Back to add
draft</a>
- <h1>Add file to {{ project_name }} {{ version_name }}</h1>
+ <h1>Add file(s) to {{ project_name }} {{ version_name }}</h1>
<p class="intro">Use this form to add a single file to this candidate
draft.</p>
{% if form.errors %}
diff --git a/atr/templates/index.html b/atr/templates/index.html
index 68f96e7..847f6ca 100644
--- a/atr/templates/index.html
+++ b/atr/templates/index.html
@@ -75,8 +75,9 @@
</ul>
{% else %}
- <div class="alert alert-primary d-flex align-items-center" role="alert">
- <div>You need to login with your ASF account in order to use this
platform.</div>
+ <div class="alert alert-info d-flex align-items-center" role="alert">
+ <i class="fas fa-exclamation-triangle me-2"></i>
+ <div>Note: You need to login with your ASF account in order to use this
platform.</div>
</div>
{% endif %}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]