From 43b0df2601bd658ed20b0f551a89e0d4e36eee98 Mon Sep 17 00:00:00 2001 From: Damyon Wiese Date: Wed, 24 Aug 2016 11:06:30 +0800 Subject: [PATCH] MDL-55668 assign: Don't link to user profile if blind marking is enabled --- mod/assign/templates/grading_navigation_user_summary.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/assign/templates/grading_navigation_user_summary.mustache b/mod/assign/templates/grading_navigation_user_summary.mustache index 78a84276655..49ee55c3ff7 100644 --- a/mod/assign/templates/grading_navigation_user_summary.mustache +++ b/mod/assign/templates/grading_navigation_user_summary.mustache @@ -37,4 +37,4 @@ "profileimageurl": "https://moodle.org/pix/u/f3.png" } }} -

{{#profileimageurl}}{{/profileimageurl}} {{fullname}}{{#hasidentity}} {{identity}} {{/hasidentity}}

+

{{^blindmarking}}{{/blindmarking}}{{#profileimageurl}}{{/profileimageurl}} {{fullname}}{{#hasidentity}} {{identity}} {{/hasidentity}}{{^blindmarking}}{{/blindmarking}}