Skip to content

Commit 3a3ad4f

Browse files
authored
Merge pull request #1006 from City-of-Helsinki/UHF-X-unit-search-rename
Renamed unit search usage
2 parents 80aad5c + 1f852ed commit 3a3ad4f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

public/themes/custom/hdbt_subtheme/templates/views/views-view--health-station-search.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% embed '@hdbt/component/unit-search.twig'%}
1+
{% embed '@hdbt/component/content-list-with-count.twig'%}
22
{% block count_container%}
33
{%- if total_rows -%}
44
{{ total_rows }} {% trans with {'context': 'Health station search count'}%}health station{% plural total_rows %}health stations{% endtrans %}

public/themes/custom/hdbt_subtheme/templates/views/views-view--maternity-and-child-health-clinics-search.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% embed '@hdbt/component/unit-search.twig'%}
1+
{% embed '@hdbt/component/content-list-with-count.twig'%}
22
{% block count_container%}
33
{%- if total_rows -%}
44
{{ total_rows }} {% trans with {'context': 'Maternity and child health clinics search count'}%}clinic{% plural total_rows %}clinics{% endtrans %}

0 commit comments

Comments
 (0)