You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2022/06/08 18:33:01 UTC

[allura] 02/02: [#8438] better titles on some user-profile project admin pages

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

brondsem pushed a commit to branch db/8438
in repository https://gitbox.apache.org/repos/asf/allura.git

commit 028d86bcfe8983892220646bfa22347662d9839e
Author: Dave Brondsema <db...@slashdotmedia.com>
AuthorDate: Wed Jun 8 14:32:45 2022 -0400

    [#8438] better titles on some user-profile project admin pages
---
 Allura/allura/ext/admin/templates/project_admin.html    | 2 +-
 Allura/allura/ext/admin/templates/project_overview.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Allura/allura/ext/admin/templates/project_admin.html b/Allura/allura/ext/admin/templates/project_admin.html
index e3cf0ba87..3633fc883 100644
--- a/Allura/allura/ext/admin/templates/project_admin.html
+++ b/Allura/allura/ext/admin/templates/project_admin.html
@@ -23,7 +23,7 @@
 
 {% block title %}{{c.project.name}} / Admin Welcome{% endblock %}
 
-{% block header %}Welcome to your {{config.site_name}} project!<span class="title-end"></span>{% endblock %}
+{% block header %}Welcome to your {{config.site_name}} {% if c.project.is_user_project %}user-profile{% endif %} project!<span class="title-end"></span>{% endblock %}
 
 {% set tour = {
     "id": "admin-welcome",
diff --git a/Allura/allura/ext/admin/templates/project_overview.html b/Allura/allura/ext/admin/templates/project_overview.html
index d47744ec4..de6e51569 100644
--- a/Allura/allura/ext/admin/templates/project_overview.html
+++ b/Allura/allura/ext/admin/templates/project_overview.html
@@ -21,7 +21,7 @@
 
 {% block title %}{{c.project.name}} / Metadata{% endblock %}
 
-{% block header %}Project Admin{% endblock %}
+{% block header %}{% if c.project.is_user_project %}Profile Metadata{% else %}Project Admin{% endif %}{% endblock %}
 
 {% block content %}
   {% if c.project.deleted %}