You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2006/09/26 10:10:07 UTC

svn commit: r449943 - /maven/continuum/trunk/continuum-webapp/src/main/webapp/groupSummary.jsp

Author: evenisse
Date: Tue Sep 26 01:10:06 2006
New Revision: 449943

URL: http://svn.apache.org/viewvc?view=rev&rev=449943
Log:
[CONTINUUM-896] Add a message when project groups are empty
Submitted by: Maria Odea Ching

Modified:
    maven/continuum/trunk/continuum-webapp/src/main/webapp/groupSummary.jsp

Modified: maven/continuum/trunk/continuum-webapp/src/main/webapp/groupSummary.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/webapp/groupSummary.jsp?view=diff&rev=449943&r1=449942&r2=449943
==============================================================================
--- maven/continuum/trunk/continuum-webapp/src/main/webapp/groupSummary.jsp (original)
+++ maven/continuum/trunk/continuum-webapp/src/main/webapp/groupSummary.jsp Tue Sep 26 01:10:06 2006
@@ -14,8 +14,8 @@
 
     <p/>
 
-    <ww:if test="${groups == null }">
-      No Project Groups Known.
+    <ww:if test="%{groups.isEmpty()}">
+      <b>No Project Groups Known.</b>
     </ww:if>
 
     <div class="eXtremeTable" >