diff --git a/Dashboard/app/js/templates/navData/monitoring-data-row.handlebars b/Dashboard/app/js/templates/navData/monitoring-data-row.handlebars index 1d88be3fb8..89b8138dc9 100644 --- a/Dashboard/app/js/templates/navData/monitoring-data-row.handlebars +++ b/Dashboard/app/js/templates/navData/monitoring-data-row.handlebars @@ -1,8 +1,8 @@ {{view.dataPointRowNumber}} - {{item.displayName}} - {{item.identifier}} - {{#with item}}{{date1 lastUpdateDateTime}}{{/with}} + {{displayName}} + {{identifier}} + {{date1 lastUpdateDateTime}} {{#if view.parentView.showApprovalStatusColumn}} diff --git a/Dashboard/app/js/templates/navData/monitoring-data.handlebars b/Dashboard/app/js/templates/navData/monitoring-data.handlebars index 1b464cdbac..e6c31d694a 100644 --- a/Dashboard/app/js/templates/navData/monitoring-data.handlebars +++ b/Dashboard/app/js/templates/navData/monitoring-data.handlebars @@ -41,8 +41,8 @@ - {{#each item in FLOW.router.surveyedLocaleController.currentContents}} - {{view FLOW.DataPointView contentBinding="item"}} + {{#each FLOW.router.surveyedLocaleController.currentContents}} + {{view FLOW.DataPointView contentBinding="this"}} {{/each}}