From 7dd9d65ea9e7b83531fa5e7d40ce68773149543a Mon Sep 17 00:00:00 2001 From: echarp Date: Sat, 1 Jul 2017 19:13:13 +0200 Subject: [PATCH] Missing chevron on country with regions --- app/views/regions/_filter_region.haml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/regions/_filter_region.haml b/app/views/regions/_filter_region.haml index 568a9bf1..8b9fc33e 100644 --- a/app/views/regions/_filter_region.haml +++ b/app/views/regions/_filter_region.haml @@ -19,6 +19,8 @@ - else %em.fa.fa-shield = filter_region.name + - if regions.present? + %em.fa.fa-chevron-down %ul = render partial: '/regions/filter_region', collection: regions