Merge pull request #955 from openclassify/muammertop

alibaba-theme advs-detail page design
This commit is contained in:
Dia Shalabi 2021-02-17 16:58:53 +03:00 committed by GitHub
commit b72d2564fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -38,5 +38,6 @@ return [
'choose_an_option' => 'Choose an option...',
'abv' => [
'name' => 'Abbreviation',
]
],
'location' => 'Location',
];

View File

@ -0,0 +1,7 @@
{% set adv = params.adv %}
{% if setting_value('visiosoft.module.location::detail_page_location') %}
<div class="col-md-12 location-container">
<span class="font-weight-bold">{{ trans('visiosoft.module.location::field.location') }}:</span>
{{ adv.city_name }}, {{ adv.country_name }}
</div>
{% endif %}