MDL-58048 blocks_myoverview: Show item count when applicable
Part of MDL-55611 epic.
This commit is contained in:
committed by
Damyon Wiese
parent
6b7b39fe3a
commit
fe75ef33ee
@@ -43,11 +43,11 @@
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
{{#action.itemcount}}
|
||||
{{#action.actionable}}
|
||||
{{#action.showitemcount}}
|
||||
<div class="pull-xs-right hidden-sm-down m-l-1">
|
||||
<span class="tag tag-pill tag-default">{{.}}</span>
|
||||
</div>
|
||||
{{/action.actionable}}
|
||||
{{/action.showitemcount}}
|
||||
{{/action.itemcount}}
|
||||
<div class="d-inline-block pull-xs-right hidden-sm-down m-l-1">
|
||||
{{#action.actionable}}
|
||||
|
||||
Reference in New Issue
Block a user