mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-11 07:46:07 -06:00
Add block reverted, fav buttons are working. Other problems was fixed.
This commit is contained in:
parent
10aa92a273
commit
f79e370c02
@ -13,9 +13,8 @@
|
|||||||
<div class="col-xl-4 col-lg-6">
|
<div class="col-xl-4 col-lg-6">
|
||||||
<a href="{{ adv.detail_url }}" class="w-100 p-0 d-flex flex-column">
|
<a href="{{ adv.detail_url }}" class="w-100 p-0 d-flex flex-column">
|
||||||
<div class="d-flex flex-column product-hb border shadow-sm rounded">
|
<div class="d-flex flex-column product-hb border shadow-sm rounded">
|
||||||
<div class="heart-icon d-flex align-items-center justify-content-center shadow-sm">
|
{{ addBlock('list/extra-actions', {'ad': adv, 'vars': _context}, ['favs', 'comparisons'])|raw }}
|
||||||
<i class="far fa-heart"></i>
|
|
||||||
</div>
|
|
||||||
<div class="product-image-hb">
|
<div class="product-image-hb">
|
||||||
<img class="product-image-in" src="{{ adv.cover_photo }}" alt="{{ adv.name }}">
|
<img class="product-image-in" src="{{ adv.cover_photo }}" alt="{{ adv.name }}">
|
||||||
</div>
|
</div>
|
||||||
@ -26,9 +25,9 @@
|
|||||||
{% if showPrice %}
|
{% if showPrice %}
|
||||||
<div class="product-price-hb font-weight-bold mt-2 text-dark">
|
<div class="product-price-hb font-weight-bold mt-2 text-dark">
|
||||||
{{ adv.price != '0' ? currency_format(adv.price,adv.currency) : trans('visiosoft.module.advs::field.free') }}
|
{{ adv.price != '0' ? currency_format(adv.price,adv.currency) : trans('visiosoft.module.advs::field.free') }}
|
||||||
<span>TL</span>
|
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|||||||
@ -85,3 +85,11 @@
|
|||||||
.tl-span {
|
.tl-span {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.like {
|
||||||
|
color: rgb(109, 109, 109) !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.unlike {
|
||||||
|
color: red !important;
|
||||||
|
}
|
||||||
|
|||||||
@ -93,8 +93,7 @@
|
|||||||
"filp/whoops": "~2.0",
|
"filp/whoops": "~2.0",
|
||||||
"fzaninotto/faker": "~1.4",
|
"fzaninotto/faker": "~1.4",
|
||||||
"symfony/css-selector": "3.1.*",
|
"symfony/css-selector": "3.1.*",
|
||||||
"symfony/dom-crawler": "3.1.*",
|
"symfony/dom-crawler": "3.1.*"
|
||||||
"anomaly/installer-module": "~2.4.0"
|
|
||||||
},
|
},
|
||||||
"repositories": [
|
"repositories": [
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user