Skip to content

Commit

Permalink
Merge branch 'MDL-65814-master' of git://github.com/junpataleta/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols authored and stronk7 committed Jun 13, 2019
2 parents fba8e2c + e46dd6d commit ae321ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions blocks/timeline/templates/event-list-item.mustache
Expand Up @@ -57,6 +57,9 @@
{{#action.actionable}}
<h6 class="mb-0 pt-2">
<a href="{{{action.url}}}" aria-label="{{{action.name}}}" title="{{{action.name}}}" class="list-group-item-action">{{{action.name}}}</a>
{{#action.showitemcount}}
<span class="badge badge-secondary">{{action.itemcount}}</span>
{{/action.showitemcount}}
</h6>
{{/action.actionable}}
</div>
Expand Down

0 comments on commit ae321ea

Please sign in to comment.