Skip to content

Commit

Permalink
Bugfix: Adopt fix for MDL-82397 before its integration into Moodle co…
Browse files Browse the repository at this point in the history
…re, relates to moodle-an-hochschulen#691.
  • Loading branch information
abias committed Jul 13, 2024
1 parent 523004e commit b7e691e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Changes

### Unreleased

* 2024-07-13 - Bugfix: Adopt fix for MDL-82397 before its integration into Moodle core, relates to #691.
* 2024-07-12 - Upgrade: Adapt the course index icon feature visually to the new icon sizes.
* 2024-07-12 - Upgrade: Adopt changes for coloring the activity icons when modifying the activity purpose.
* 2024-07-12 - Upgrade: Adopt new activity purpose "Interactive content" when coloring activity icons, resolves #611.
Expand Down
5 changes: 3 additions & 2 deletions templates/block_recentlyaccesseditems/view-cards.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,13 @@
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">
{{#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 theme-boost-union-{{modname}}">
Expand Down

0 comments on commit b7e691e

Please sign in to comment.