Skip to content

Commit 41f6622

Browse files
2.0-upgrade code style fixes
1 parent 4787252 commit 41f6622

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<button type="button" class="btn btn-sm dropdown-toggle" data-bs-toggle="dropdown">
22
<span class="text-black-50">{{ 'sylius.ui.show'|trans }}: </span>
33
{{ hookable_metadata.context.products is defined and hookable_metadata.context.products is not empty and hookable_metadata.context.products.maxPerPage is defined ? hookable_metadata.context.products.maxPerPage : 'N/A' }}
4-
</button>
4+
</button>

templates/Shop/TaxonProductsSearch/content/body/main/pagination.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
{% if products is not null %}
55
{{ pagination.simple(products) }}
6-
{% endif %}
6+
{% endif %}

templates/Shop/TaxonProductsSearch/content/body/main/search.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
</button>
1313
</div>
1414
</div>
15-
{{ form_end(form, {'render_rest': false}) }}
15+
{{ form_end(form, {'render_rest': false}) }}

0 commit comments

Comments
 (0)