Add route and view for edit page

This commit is contained in:
perryharlock
2013-11-27 11:13:19 +00:00
parent 5c10261c56
commit 74dd5b18c9
4 changed files with 108 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ function presentTask (task) {
task.hrefDelete = '/' + task.id + '/delete';
task.hrefRun = '/' + task.id + '/run';
task.hrefJson = '/' + task.id + '.json';
task.hrefEdit = '/' + task.id + '/edit';
// Enhance the ignored rules
task.ignore = task.ignore.map(function (name) {