Add sdg help page

In this page we will render a list of clickable Goals icons that will show their
targets and related local targets

Co-authored-by: Senen <senenrodero@gmail.com>
This commit is contained in:
taitus
2021-02-10 18:43:14 +01:00
parent d741ccdb36
commit d26607183e
12 changed files with 134 additions and 3 deletions

View File

@@ -11,4 +11,8 @@ class SDG::GoalsController < ApplicationController
def show
end
def help
@goals = @goals.order(:code)
end
end