Don’t use modal for terms and conditions otherwise it will not be accessible
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
class PagesController < ApplicationController
|
||||
def thanks
|
||||
end
|
||||
|
||||
def map
|
||||
@supporters = Supporter.where(:coordinates.ne => nil).only(:coordinates, :support)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user