parent
eecd15ee68
commit
098eff9050
|
@ -12,6 +12,12 @@ if (! $this->compact): ?>
|
|||
<?php endif ?>
|
||||
<?= $this->partial(
|
||||
'partials/event-history.phtml',
|
||||
array('compact' => $this->compact, 'history' => $history, 'isOverview' => true, 'tableCssClass' => 'table-row-selectable')
|
||||
array(
|
||||
'compact' => $this->compact,
|
||||
'history' => $history,
|
||||
'isOverview' => true,
|
||||
'tableCssClass' => 'table-row-selectable',
|
||||
'translationDomain' => $this->translationDomain
|
||||
)
|
||||
) ?>
|
||||
|
||||
|
|
Loading…
Reference in New Issue