You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by gc...@apache.org on 2022/06/20 17:15:15 UTC

[allura] branch gc/8441 created (now 50ee9c688)

This is an automated email from the ASF dual-hosted git repository.

gcruz pushed a change to branch gc/8441
in repository https://gitbox.apache.org/repos/asf/allura.git


      at 50ee9c688 [#8441] improved page title and h1 tag content

This branch includes the following new commits:

     new 50ee9c688 [#8441] improved page title and h1 tag content

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[allura] 01/01: [#8441] improved page title and h1 tag content

Posted by gc...@apache.org.
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 <gu...@slashdotmedia.com>
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">