diff --git a/app/views/organizations/index.html.haml b/app/views/organizations/index.html.haml index d8efe2f..9eada8c 100644 --- a/app/views/organizations/index.html.haml +++ b/app/views/organizations/index.html.haml @@ -9,7 +9,7 @@ - @organizations.sort_by{|k,v|k}.each do |country,territories| %h2=country - territories.sort_by{|k,v|k}.each do |territory,cities| - - if territory != 0 + - if territory.is_a? String %h3=territory - cities.sort_by{|k,v|k}.each do |city,organizations| %ul.small-block-grid-1.medium-block-grid-2.large-block-grid-3.org-list.preview-list