#533 [fuardayim-theme] Alibaba design (listing + detail)

This commit is contained in:
Diatrex 2020-01-10 17:41:24 +03:00
parent 0874309a60
commit c2267e33d9
2 changed files with 2 additions and 2 deletions

View File

@ -145,7 +145,7 @@ return [
'offered_by' => 'Offered By',
'more_ads_by' => 'More Ads By',
'click_phone' => 'Show phone number',
'share' => 'Share this ad',
'share' => 'Share',
'report' => 'Report this ad',
'features' => 'Features',
"streetview" => "Street View",

View File

@ -1,5 +1,5 @@
{% 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 }}
<a class="btn btn-info edit-adv-btn mr-2" href="/advs/edit_advs/{{ adv.id }}">
<i class="fas fa-pencil-alt"></i>