mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-58874 icons: use table for grades icon in grader report
This commit is contained in:
parent
b16603770b
commit
cf7ac86858
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user