mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 15:26:10 -06:00
#2915 e-madencilik requests
This commit is contained in:
parent
f7f4132c21
commit
f56b8c2663
@ -14,7 +14,7 @@
|
|||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="card-body">
|
<div class="card-body pt-0">
|
||||||
{% if setting_value('visiosoft.theme.base::price_fields') %}
|
{% if setting_value('visiosoft.theme.base::price_fields') %}
|
||||||
<div class="d-flex justify-content-between align-items-center">
|
<div class="d-flex justify-content-between align-items-center">
|
||||||
<b>{{ adv.price != '0'
|
<b>{{ adv.price != '0'
|
||||||
@ -24,23 +24,23 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="d-flex justify-content-between align-items-center text-truncate">
|
<div class="d-flex justify-content-between align-items-center text-truncate">
|
||||||
<a href="{{ adv.detail_url }}">
|
<a href="{{ adv.detail_url }}">
|
||||||
<p class="card-title d-inline-block">{{ adv.name }}</p>
|
<p class="card-title d-inline-block mb-1">{{ adv.name }}</p>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
{% if setting_value('visiosoft.module.location::home_page_location') %}
|
{% if setting_value('visiosoft.module.location::home_page_location') %}
|
||||||
<div class="d-flex justify-content-between align-items-center">
|
<div class="d-flex justify-content-between align-items-center">
|
||||||
<small>
|
<span>
|
||||||
<i class="fas fa-location-arrow text-primary"></i>
|
<i class="fas fa-location-arrow text-primary"></i>
|
||||||
{{ adv.city_name }}, {{ adv.country_name }}
|
{{ adv.city_name }}, {{ adv.country_name }}
|
||||||
</small>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if setting_value('visiosoft.theme.base::date_fields') %}
|
{% if setting_value('visiosoft.theme.base::date_fields') %}
|
||||||
<div class="d-flex justify-content-between align-items-center">
|
<div class="d-flex justify-content-between align-items-center">
|
||||||
<small>
|
<span>
|
||||||
<i class="far fa-clock text-dark"></i>
|
<i class="far fa-clock text-dark"></i>
|
||||||
{{ adv.created_at|date('d/m/Y') }}
|
{{ adv.created_at|date('d/m/Y') }}
|
||||||
</small>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user