MDL-58874 icons: use table for grades icon in grader report

This commit is contained in:
John Okely 2017-05-10 15:34:45 +08:00
parent b16603770b
commit cf7ac86858

View File

@ -334,7 +334,7 @@ class icon_system_fontawesome extends icon_system_font {
'core:t/enrolusers' => 'fa-user-plus',
'core:t/expanded' => 'fa-caret-down',
'core:t/go' => 'fa-play',
'core:t/grades' => 'fa-graduation-cap',
'core:t/grades' => 'fa-table',
'core:t/groupn' => 'fa-user',
'core:t/groups' => 'fa-user-circle',
'core:t/groupv' => 'fa-user-circle-o',