MDL-65814 block_timeline: Bring back item counts for action events

This commit is contained in:
Jun Pataleta
2019-06-13 11:30:14 +08:00
parent 4f64c3f57c
commit 176457450a
2 changed files with 6 additions and 0 deletions
@@ -60,6 +60,9 @@
{{#action.actionable}}
<h6 class="m-b-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>