* Editing releases.

This commit is contained in:
Eelco Dolstra
2009-10-23 12:42:50 +00:00
parent 851a4dff4d
commit d1bea30cfc
6 changed files with 67 additions and 8 deletions

View File

@@ -129,7 +129,8 @@ sub delete : Chained('view') PathPart('delete') Args(0) {
txn_do($c->model('DB')->schema, sub {
$c->stash->{view}->delete;
});
$c->res->redirect($c->uri_for($c->controller('Project')->action_for('view'), [$c->stash->{project}->name]));
$c->res->redirect($c->uri_for($c->controller('Project')->action_for('view'),
[$c->stash->{project}->name]));
}