From fe75ef33eecfaac0e72e6e4b5458b8767248d668 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Tue, 7 Mar 2017 16:53:06 +0800 Subject: [PATCH] MDL-58048 blocks_myoverview: Show item count when applicable Part of MDL-55611 epic. --- blocks/myoverview/templates/event-list-item.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blocks/myoverview/templates/event-list-item.mustache b/blocks/myoverview/templates/event-list-item.mustache index bd2be875245..4c4b093f5ad 100644 --- a/blocks/myoverview/templates/event-list-item.mustache +++ b/blocks/myoverview/templates/event-list-item.mustache @@ -43,11 +43,11 @@
{{#action.itemcount}} - {{#action.actionable}} + {{#action.showitemcount}}
{{.}}
- {{/action.actionable}} + {{/action.showitemcount}} {{/action.itemcount}}
{{#action.actionable}}