Create SDG stats page
This commit is contained in:
@@ -90,6 +90,10 @@ class Admin::StatsController < Admin::BaseController
|
||||
@participants = ::Poll::Voter.where(poll: @polls)
|
||||
end
|
||||
|
||||
def sdg
|
||||
@goals = SDG::Goal.order(:code)
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def voters_in_heading(heading)
|
||||
|
||||
Reference in New Issue
Block a user