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

gcruz 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 a0c74a403 [#8492] removed subtitle in project list for user profiles
a0c74a403 is described below

commit a0c74a403c111bdb2b87bd70325dfbcae7a68570
Author: Guillermo Cruz <[email protected]>
AuthorDate: Thu Feb 2 10:31:03 2023 -0600

    [#8492] removed subtitle in project list for user profiles
---
 Allura/allura/ext/user_profile/templates/sections/projects.html | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/Allura/allura/ext/user_profile/templates/sections/projects.html 
b/Allura/allura/ext/user_profile/templates/sections/projects.html
index 06c940709..00e789b19 100644
--- a/Allura/allura/ext/user_profile/templates/sections/projects.html
+++ b/Allura/allura/ext/user_profile/templates/sections/projects.html
@@ -33,9 +33,6 @@
 {% block section_class %}projects{% endblock %}
 
 {% block content %}
-    {% if projects|length %}
-    <h4 id="widget-message">This is a list of open source software projects 
that {{ c.user.get_pref('display_name') }} is associated with:</h4>
-    {% endif %}
     <ul>
     {% for project in projects %}
         <li{% if loop.index > 5 %} class="hidden"{% endif %}>

Reply via email to