mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
#533 [fuardayim-theme] Alibaba design (listing + detail)
This commit is contained in:
parent
0874309a60
commit
c2267e33d9
@ -145,7 +145,7 @@ return [
|
|||||||
'offered_by' => 'Offered By',
|
'offered_by' => 'Offered By',
|
||||||
'more_ads_by' => 'More Ads By',
|
'more_ads_by' => 'More Ads By',
|
||||||
'click_phone' => 'Show phone number',
|
'click_phone' => 'Show phone number',
|
||||||
'share' => 'Share this ad',
|
'share' => 'Share',
|
||||||
'report' => 'Report this ad',
|
'report' => 'Report this ad',
|
||||||
'features' => 'Features',
|
'features' => 'Features',
|
||||||
"streetview" => "Street View",
|
"streetview" => "Street View",
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
{% if app.auth.id == adv.created_by_id %}
|
{% if app.auth.id == adv.created_by_id %}
|
||||||
<div class="breadcrumb bg-dark justify-content-end">
|
<div class="breadcrumb bg-dark justify-content-end mt-3 mb-0">
|
||||||
{{ addBlock('ad-detail/partials/author-button', {'adv_id': adv.id})|raw }}
|
{{ addBlock('ad-detail/partials/author-button', {'adv_id': adv.id})|raw }}
|
||||||
<a class="btn btn-info edit-adv-btn mr-2" href="/advs/edit_advs/{{ adv.id }}">
|
<a class="btn btn-info edit-adv-btn mr-2" href="/advs/edit_advs/{{ adv.id }}">
|
||||||
<i class="fas fa-pencil-alt"></i>
|
<i class="fas fa-pencil-alt"></i>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user