From 0ac1dcd8d15ea167dfab2d04e62d94001df86f62 Mon Sep 17 00:00:00 2001 From: John Okely Date: Wed, 10 May 2017 15:38:40 +0800 Subject: [PATCH] MDL-58874 icons: Change the icon for grade in course completion report --- lib/classes/output/icon_system_fontawesome.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/classes/output/icon_system_fontawesome.php b/lib/classes/output/icon_system_fontawesome.php index 29ccf5b8810..d5ef0ab2a12 100644 --- a/lib/classes/output/icon_system_fontawesome.php +++ b/lib/classes/output/icon_system_fontawesome.php @@ -221,7 +221,7 @@ class icon_system_fontawesome extends icon_system_font { 'core:i/grade_correct' => 'fa-check text-success', 'core:i/grade_incorrect' => 'fa-remove text-danger', 'core:i/grade_partiallycorrect' => 'fa-check-square', - 'core:i/grades' => 'fa-graduation-cap', + 'core:i/grades' => 'fa-table', 'core:i/groupevent' => 'fa-group', 'core:i/groupn' => 'fa-user', 'core:i/group' => 'fa-users',