remove unused route

This commit is contained in:
Diatrex 2020-09-12 12:12:08 +03:00
parent d5efe6d842
commit def13ddf3e
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{% if params.category %}
{% for category_breadcrumbs in params.mainCats %}
<li class="breadcrumb-item">
<a href="{{ url_route('visiosoft.module.advs::list_cat', [category_breadcrumbs['id']]) }}"
<a href="{{ url_route('adv_list_seo', [category_breadcrumbs['slug']]) }}"
class="text-dark font-weight-bold">{{ category_breadcrumbs['val'] }}
</a>
</li>

View File

@ -30,7 +30,7 @@
<a href="{% if(viewType != "map") %}
{{ appendRequestURL(request_query(),url_route('adv_list_seo', [catId.slug, citySlug]),{},['page']) }}
{% else %}
{{ appendRequestURL(request_query(),url_route('advs_map_list'),{'cat':id},['page']) }}
{{ appendRequestURL(request_query(),url_route('advs_map'),{'cat':id},['page']) }}
{% endif %}" class="list-group-item list-group-item-action text-truncate">
<i class="fas fa-dot-circle"></i>
{{ name }}
@ -42,7 +42,7 @@
<a href="{% if(viewType != "map") %}
{{ appendRequestURL(request_query(),url_route('adv_list_seo', [subCatId.slug, citySlug]),{},['page']) }}
{% else %}
{{ appendRequestURL(request_query(),url_route('advs_map_list'),{'cat':subcat.id},['page']) }}
{{ appendRequestURL(request_query(),url_route('advs_map'),{'cat':subcat.id},['page']) }}
{% endif %}" class="list-group-item list-group-item-action text-truncate">
{{ subcat.name }}
</a>