mirror of
https://github.com/humhub/humhub.git
synced 2025-03-14 20:19:47 +01:00
Added contentcontainer_id to comment image
This commit is contained in:
parent
b4cfc86a49
commit
b9c7817485
@ -51,7 +51,7 @@ use humhub\modules\like\widgets\LikeLink;
|
||||
</li>
|
||||
</ul>
|
||||
<?php endif; ?>
|
||||
<?= UserImage::widget(['user' => $user, 'width' => 40, 'htmlOptions' => ['class' => 'pull-left']]); ?>
|
||||
<?= UserImage::widget(['user' => $user, 'width' => 40, 'htmlOptions' => ['class' => 'pull-left', 'data-contentcontainer-id' => $user->contentcontainer_id]]); ?>
|
||||
<div>
|
||||
<div class="media-body">
|
||||
<h4 class="media-heading"><?= Html::containerLink($user); ?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user