aboutsummaryrefslogtreecommitdiff
path: root/static/testreporter/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/testreporter/main.js')
-rw-r--r--static/testreporter/main.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/static/testreporter/main.js b/static/testreporter/main.js
index bac5b41..5432e17 100644
--- a/static/testreporter/main.js
+++ b/static/testreporter/main.js
@@ -9,10 +9,9 @@ APP.config(['$routeProvider', function($routeProvider) {
controller: 'New'
})
.when('/:id', {
- templateUrl: '/static/testreporter/templates/report.html',
+ templateUrl: '/static/testreporter/templates/report_private.html',
controller: 'Report'
});
-
}]);