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