From 0a2b197cd4e46a310ba7868e15d91c1d59315ae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pau=20Ferrer=20Oca=C3=B1a?= Date: Tue, 26 Mar 2019 10:51:24 +0100 Subject: [PATCH] MOBILE-2851 users: Show participants last course access when available --- .../user/components/participants/core-user-participants.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/core/user/components/participants/core-user-participants.html b/src/core/user/components/participants/core-user-participants.html index d1faf712d..61e8944b5 100644 --- a/src/core/user/components/participants/core-user-participants.html +++ b/src/core/user/components/participants/core-user-participants.html @@ -11,7 +11,8 @@

-

{{ 'core.lastaccess' | translate }}: {{ participant.lastaccess | coreTimeAgo }}

+

{{ 'core.lastaccess' | translate }}: {{ participant.lastcourseaccess | coreTimeAgo }}

+

{{ 'core.lastaccess' | translate }}: {{ participant.lastaccess | coreTimeAgo }}