Skip to content

Commit

Permalink
Finalize fix for MDL-82397 after its integration into Moodle core
Browse files Browse the repository at this point in the history
  • Loading branch information
abias committed Sep 6, 2024
1 parent 39be9ad commit 3ac8485
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion templates/block_recentlyaccesseditems/view-cards.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
Modifications compared to the original template:
* Added component placeholder to the activityiconcontainer element to support overwriting of activity purposes.
* Adopt fix for MDL-82397 before its integration into Moodle core.
}}

<div data-region="items-list" role="list">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@

<div data-region="items-list" role="list">
{{#items}}
<div class="card" role="listitem">
<a class="mb-1" href="{{{viewurl}}}" title="{{{name}}}">
<div class="card mb-1" role="listitem">
<a href="{{{viewurl}}}" title="{{{name}}}">
<div class="card-body p-2 m-1">
<div class="d-flex text-truncate">
<div class="d-flex align-self-center activityiconcontainer">
Expand Down

0 comments on commit 3ac8485

Please sign in to comment.