Country stats and searching by exact model name.
All checks were successful
/ deploy-job (push) Successful in 0s

This commit is contained in:
2026-02-24 08:44:23 +01:00
parent 59f10e620f
commit 0da1aa4ff6
5 changed files with 49 additions and 9 deletions

View File

@@ -39,7 +39,7 @@
</a>
<ul class="dropdown-menu">
{% for country in getCountries() %}
<li><a class="dropdown-item" href="{{ path('app_country', {'country': country.countryName}) }}">{{ country.countryName }}</a></li>
<li><a class="dropdown-item" href="{{ path('app_country', {'countryName': country.countryName}) }}">{{ country.countryName }}</a></li>
{% endfor %}
</ul>
</li>