Handle multiple avatar sizes
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
<?= $this->dt->datetime($event['date_creation']) ?>
|
||||
</p>
|
||||
<div class="activity-content">
|
||||
<?= $this->user->avatar(
|
||||
<?= $this->avatar->render(
|
||||
$event['creator_id'],
|
||||
$event['author_username'],
|
||||
$event['author_name'],
|
||||
|
||||
Reference in New Issue
Block a user