diff --git a/blocks/myoverview/templates/course-event-list-item.mustache b/blocks/myoverview/templates/course-event-list-item.mustache index d8d78e8dc9a..dc6bde495ef 100644 --- a/blocks/myoverview/templates/course-event-list-item.mustache +++ b/blocks/myoverview/templates/course-event-list-item.mustache @@ -39,20 +39,20 @@ }}
  • -
    +
    {{#icon}}{{#pix}} {{key}}, {{component}}, {{alttext}} {{/pix}}{{/icon}}
    {{name}} -

    +

    {{#userdate}} {{timesort}}, {{#str}} strftimerecent {{/str}} {{/userdate}}

    -
    +
    {{#action.actionable}} - {{action.name}} + {{action.name}} {{#action.itemcount}} {{.}} {{/action.itemcount}} diff --git a/blocks/myoverview/templates/course-item.mustache b/blocks/myoverview/templates/course-item.mustache index 68906dce1e1..56467685f70 100644 --- a/blocks/myoverview/templates/course-item.mustache +++ b/blocks/myoverview/templates/course-item.mustache @@ -31,10 +31,10 @@
  • -
    +
    {{> block_myoverview/course-summary }}
    -
    +
    {{< block_myoverview/course-event-list }} {{$limit}}10{{/limit}} {{$offset}}0{{/offset}}