mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Show taxon is disabled in manage taxon pages and product list page
This commit is contained in:
parent
3bd9b1ce5c
commit
829e294de7
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@
|
|||
<i class="{{ taxon.children is not empty ? 'caret down' : 'angle left' }} icon"></i>
|
||||
</div>
|
||||
<div class="sylius-tree__title">
|
||||
<a href="{{ path('sylius_admin_product_per_taxon_index', {'taxonId': taxon.id}) }}">
|
||||
<a href="{{ path('sylius_admin_product_per_taxon_index', {'taxonId': taxon.id}) }}"{% if not taxon.enabled %} class="text gray"{% endif %}>
|
||||
{{ taxon.name }}
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
<i class="{{ taxon.children is not empty ? 'caret down' : 'angle left' }} icon"></i>
|
||||
</div>
|
||||
<div class="sylius-tree__title">
|
||||
<a href="{{ path('sylius_admin_product_per_taxon_index', {'taxonId': taxon.id}) }}">
|
||||
<a href="{{ path('sylius_admin_product_per_taxon_index', {'taxonId': taxon.id}) }}"{% if not taxon.enabled %} class="text gray"{% endif %}>
|
||||
{{ taxon.name }}
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue