#4847 [offer-module] Add a way to add ads to the offer list

This commit is contained in:
diashalabi 2021-11-08 13:04:28 +03:00
parent 330b703904
commit 71a62f1d97

View File

@ -28,7 +28,11 @@
{% endif %}
<div class="action-data d-flex align-items-center text-truncate">
{{ addBlock('list/extra-actions', {'ad': adv, 'vars': _context}, ['favs', 'comparisons'])|raw }}
{{ addBlock(
'list/extra-actions',
{'ad': adv, 'vars': _context},
['favs', 'comparisons', 'offers']
)|raw }}
</div>
</td>