We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7132749 + 089fbd1 commit 54c6679Copy full SHA for 54c6679
blocks/timeline/templates/event-list-item.mustache
@@ -57,6 +57,9 @@
57
{{#action.actionable}}
58
<h6 class="mb-0 pt-2">
59
<a href="{{{action.url}}}" aria-label="{{{action.name}}}" title="{{{action.name}}}" class="list-group-item-action">{{{action.name}}}</a>
60
+ {{#action.showitemcount}}
61
+ <span class="badge badge-secondary">{{action.itemcount}}</span>
62
+ {{/action.showitemcount}}
63
</h6>
64
{{/action.actionable}}
65
</div>
0 commit comments