mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
Merge pull request #1138 from openclassify/muammertop
hepsiemlak list page
This commit is contained in:
commit
1b1e2d0b72
@ -1,5 +1,5 @@
|
|||||||
<script>
|
<script>
|
||||||
let categories = {}
|
let categories = {};
|
||||||
catsPlaceholder = '{{ trans("visiosoft.module.advs::field.categories.name") }}';
|
catsPlaceholder = '{{ trans("visiosoft.module.advs::field.categories.name") }}';
|
||||||
</script>
|
</script>
|
||||||
{{ asset_add('scripts.js','visiosoft.module.advs::js/filter_modal.js') }}
|
{{ asset_add('scripts.js','visiosoft.module.advs::js/filter_modal.js') }}
|
||||||
|
|||||||
@ -126,6 +126,6 @@
|
|||||||
<div class="filter-location-back" style="display: none"></div>
|
<div class="filter-location-back" style="display: none"></div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
var null_msg = "{{ trans('visiosoft.module.location::message.null_msg') }}!"
|
var null_msg = "{{ trans('visiosoft.module.location::message.null_msg') }}!";
|
||||||
var defaultCountry = "{{ defaultCountry }}";
|
var defaultCountry = "{{ defaultCountry }}";
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
@ -1,3 +0,0 @@
|
|||||||
<a href="{{ url_route('profile::ads') }}" class="d-block text-decoration-none fs-14 text-dark color-5 py-2 hover-2 px-2 rounded font-weight-bold">
|
|
||||||
{{ trans('visiosoft.module.advs::field.my_ads.name') }}
|
|
||||||
</a>
|
|
||||||
Loading…
Reference in New Issue
Block a user