Missing chevron on country with regions

This commit is contained in:
echarp 2017-07-01 19:13:13 +02:00
parent 14e1d28664
commit 7dd9d65ea9

View File

@ -19,6 +19,8 @@
- else - else
%em.fa.fa-shield %em.fa.fa-shield
= filter_region.name = filter_region.name
- if regions.present?
%em.fa.fa-chevron-down
%ul %ul
= render partial: '/regions/filter_region', = render partial: '/regions/filter_region',
collection: regions collection: regions