Skip to content

Commit

Permalink
o Showing the build state instead of the project state when iterating…
Browse files Browse the repository at this point in the history
… the builds.

git-svn-id: https://svn.apache.org/repos/asf/maven/continuum/trunk@164108 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
trygvis committed Apr 21, 2005
1 parent fdd95da commit 691a985
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<tr class="$class">
<td>$date.format('medium',$build.startTime)</td>
<td>$date.format('medium',$build.endTime)</td>
<td>$state.generate($project)</td>
<td>$state.generate($build)</td>
<td><a href="$link.setPage('ProjectBuild.vm').addQueryData('view','ProjectBuild').addQueryData('buildId',$build.id).addQueryData('projectId',$project.id)">Result</a></td>
</tr>
#if ( $class == "a" )
Expand Down

0 comments on commit 691a985

Please sign in to comment.