Skip to content

Commit

Permalink
Merge branch 'MDL-82528' of https://github.com/paulholden/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
HuongNV13 committed Jul 24, 2024
2 parents ef80d0d + c99c9c1 commit f8654b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion course/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -1589,7 +1589,7 @@ function course_get_cm_edit_actions(cm_info $mod, $indent = -1, $sr = null) {
$str->groupmode,
$groupmode->get_choice_list(),
['class' => 'editing_groupmode'],
new pix_icon('i/groupv', '', 'moodle', ['class' => 'iconsmall'])
new pix_icon('t/groupv', '', 'moodle', ['class' => 'iconsmall'])
);
}

Expand Down
2 changes: 1 addition & 1 deletion lib/classes/output/icon_system_fontawesome.php
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ public function get_core_icon_map() {
'core:t/grades' => 'fa-table',
'core:t/groupn' => 'fa-user',
'core:t/groups' => 'fa-user-circle',
'core:t/groupv' => 'fa-user-circle-o',
'core:t/groupv' => 'fa-user-group',
'core:t/hide' => 'fa-eye',
'core:t/index_drawer' => 'fa-list',
'core:t/left' => 'fa-arrow-left',
Expand Down
4 changes: 1 addition & 3 deletions pix/t/groupv.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f8654b5

Please sign in to comment.