mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
alibaba-theme advs-detail page design e.2
This commit is contained in:
parent
55e7d311b7
commit
fd5cd3d30f
@ -38,5 +38,6 @@ return [
|
||||
'choose_an_option' => 'Choose an option...',
|
||||
'abv' => [
|
||||
'name' => 'Abbreviation',
|
||||
]
|
||||
],
|
||||
'location' => 'Location',
|
||||
];
|
||||
|
||||
@ -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 %}
|
||||
Loading…
Reference in New Issue
Block a user