This is an automated email from the ASF dual-hosted git repository. gcruz pushed a commit to branch gc/8441 in repository https://gitbox.apache.org/repos/asf/allura.git
commit 50ee9c688c76ecfd26cd95fda6322ea3d10e6bcc 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">
