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.
1 parent 69b4a36 commit 4526f6fCopy full SHA for 4526f6f
widgets/views/index.php
@@ -18,7 +18,7 @@
18
<div class="comments row">
19
<div class="col-md-12 col-sm-12">
20
<div class="title-block clearfix">
21
- <h3 class="h3-body-title"><?php echo Yii::t('yii2mod.comments', 'Comments'); ?></h3>
+ <h3 class="h3-body-title"><?php echo Yii::t('yii2mod.comments', "Comments ({0})", $commentModel->getCommentsCount()); ?></h3>
22
<div class="title-separator"></div>
23
</div>
24
<ol class="comments-list">
@@ -34,4 +34,3 @@
34
35
36
<?php Pjax::end(); ?>
37
-
0 commit comments