mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 07:16:06 -06:00
moved comparison button to own module
This commit is contained in:
parent
e23eedd62d
commit
0fb6d7ad0d
@ -124,10 +124,8 @@
|
|||||||
<a class="online" href="" data-toggle="tooltip" data-placement="top" title="{{ adv.owner }}"><i class="fa fa-user"></i> </a>
|
<a class="online" href="" data-toggle="tooltip" data-placement="top" title="{{ adv.owner }}"><i class="fa fa-user"></i> </a>
|
||||||
|
|
||||||
{% if entries('advs').isEnabled('comparisons') %}
|
{% if entries('advs').isEnabled('comparisons') %}
|
||||||
|
|
||||||
<a href="javascript:;" class="comparison" data-adv="{{adv.id}}" data-title="{{ adv.name | slice(0, 20) }}" data-price="{{ adv.price }} {{adv.currency}}" data-img="{{advPhoto}}">
|
{% include "visiosoft.module.comparisons::comparebtn" %}
|
||||||
<i class="fa fa-arrows-alt"></i>
|
|
||||||
</a>
|
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div><!-- item-info-right -->
|
</div><!-- item-info-right -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user