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 2007/01/25 22:04:02 UTC

svn commit: r499972 - /maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/components/buildDefinitionGroupSummaryComponent.jsp

Author: evenisse
Date: Thu Jan 25 13:04:02 2007
New Revision: 499972

URL: http://svn.apache.org/viewvc?view=rev&rev=499972
Log:
Add a link to the project

Modified:
    maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/components/buildDefinitionGroupSummaryComponent.jsp

Modified: maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/components/buildDefinitionGroupSummaryComponent.jsp
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/components/buildDefinitionGroupSummaryComponent.jsp?view=diff&rev=499972&r1=499971&r2=499972
==============================================================================
--- maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/components/buildDefinitionGroupSummaryComponent.jsp (original)
+++ maven/continuum/trunk/continuum-webapp/src/main/webapp/WEB-INF/jsp/components/buildDefinitionGroupSummaryComponent.jsp Thu Jan 25 13:04:02 2007
@@ -120,7 +120,12 @@
             filterable="false"
             sortable="false">
     <ec:row>
-      <ec:column property="projectName" title="Project"/>
+      <ec:column property="projectName" title="Project">
+        <ww:url id="projectUrl" action="projectView" namespace="/" includeParams="none">
+          <ww:param name="projectId" value="${pageScope.buildDefinitionSummary.projectId}"/>
+        </ww:url>
+        <ww:a href="%{projectUrl}">${pageScope.buildDefinitionSummary.projectName}</ww:a>
+      </ec:column>
       <ec:column property="goals" title="projectView.buildDefinition.goals"/>
       <ec:column property="arguments" title="projectView.buildDefinition.arguments"/>
       <ec:column property="buildFile" title="projectView.buildDefinition.buildFile"/>