* Adding persistant releases. A release is a named set of builds.

This commit is contained in:
Eelco Dolstra
2009-10-21 15:44:17 +00:00
parent a835bb532f
commit 929cbe7b7c
25 changed files with 126 additions and 42 deletions

View File

@ -48,6 +48,9 @@
[% INCLUDE makeLink
uri = c.uri_for(c.controller('Project').action_for('view'), [project.name])
title = "Overview" %]
[% INCLUDE makeLink
uri = c.uri_for(c.controller('Project').action_for('releases'), [project.name])
title = "Releases" %]
[% INCLUDE makeLink
uri = c.uri_for(c.controller('Project').action_for('all'), [project.name])
title = "All builds" %]