Don’t use modal for terms and conditions otherwise it will not be accessible

This commit is contained in:
2017-02-26 17:46:55 +01:00
parent 185b6d6059
commit df9bedad14
7 changed files with 16 additions and 33 deletions
-3
View File
@@ -1,7 +1,4 @@
class PagesController < ApplicationController
def thanks
end
def map
@supporters = Supporter.where(:coordinates.ne => nil).only(:coordinates, :support)
end