X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d8d1ab17764e5e0a7af99248cb5047d2af99d534..bb7f5ac2c8cf74669b421e7ae346a0cdd1ba5186:/app/controllers/site_controller.rb diff --git a/app/controllers/site_controller.rb b/app/controllers/site_controller.rb index 1845ecfaf..50435ca85 100644 --- a/app/controllers/site_controller.rb +++ b/app/controllers/site_controller.rb @@ -107,7 +107,7 @@ class SiteController < ApplicationController end def communities - @locale = I18n.locale + @local_chapters = Community.where(:type => "osm-lc").where.not(:id => "OSMF") end def export; end