This is an automated email from the ASF dual-hosted git repository.
kentontaylor pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/allura.git
The following commit(s) were added to refs/heads/master by this push:
new 2f395c86f [#8441] improved page title and h1 tag content
2f395c86f is described below
commit 2f395c86f977e9ee4d9a63504c5995f579dd6729
Author: Guillermo Cruz <[email protected]>
AuthorDate: Mon Jun 20 11:14:59 2022 -0600
[#8441] improved page title and h1 tag content
---
Allura/allura/templates/members.html | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Allura/allura/templates/members.html
b/Allura/allura/templates/members.html
index d455a930e..5b4edff8d 100644
--- a/Allura/allura/templates/members.html
+++ b/Allura/allura/templates/members.html
@@ -17,8 +17,9 @@
under the License.
-#}
{% set hide_left_bar = True %}
+{% set h1_text = c.project.name ~ ' ' ~ 'Project' ~ ' ' ~ 'Member List' %}
{% extends g.theme.master %}
-{% block title %}Members{% endblock %}
+{% block title %}{{ h1_text }}{% endblock %}
{% block header %}Members{% endblock %}
{% block content %}
<div class="grid-23">