Merge pull request #1226 from openclassify/dia

#4847 [offer-module] Add a way to add ads to the offer list
This commit is contained in:
Muammer Top 2021-11-08 16:20:11 +03:00 committed by GitHub
commit 611c2cb84c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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>