* Omitting the template name doesn't work everywhere.

This commit is contained in:
Eelco Dolstra 2010-02-09 15:51:33 +00:00
parent 6c35801173
commit 6dd53655a5

View file

@ -49,6 +49,8 @@ sub errors : Chained('get_builds') PathPart Args(0) {
sub all : Chained('get_builds') PathPart {
my ($self, $c) = @_;
$c->stash->{template} = 'all.tt';
my $page = int($c->req->param('page') || "1") || 1;
my $resultsPerPage = 20;