mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
#543 Upgrades for Bootstrap 4 and Add Block module (Favs Module)
This commit is contained in:
parent
b589ae41e3
commit
72e0c36092
@ -24,10 +24,11 @@
|
||||
|
||||
<h2 class="title">
|
||||
{{ adv.title }}
|
||||
{{ addBlock('ad-detail/title/action',{'adv_id':adv.id})|raw }}
|
||||
</h2>
|
||||
|
||||
<!--detail-ad -->
|
||||
<div class="section slider">
|
||||
<div class="section slider mb-4">
|
||||
<div class="row">
|
||||
|
||||
{% include "visiosoft.module.advs::ad-detail/partials/slider" %}
|
||||
|
||||
@ -24,6 +24,7 @@
|
||||
href="{{ url_route('visiosoft.module.advs::list_user_ad', [adv.created_by_id]) }}"
|
||||
data-content="{{ adv.owner_id }}">{{ adv.owner }}
|
||||
</a>
|
||||
{{ addBlock('ad-detail/seller/action',{'seller_id':adv.owner_id})|raw }}
|
||||
</div>
|
||||
<div class="col-md-12 m-2">
|
||||
<i class="fas fa-hashtag"></i>
|
||||
|
||||
@ -28,6 +28,7 @@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
{{ addBlock('list/row')|raw }}
|
||||
<div class="row">
|
||||
{% block listContent %}
|
||||
{% include "visiosoft.module.advs::list/partials/ads" %}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user