Add empty SDG homepage configuration page
Here we'll eventually display links to edit the homepage and the cards in it.
This commit is contained in:
5
app/controllers/sdg_management/homepage_controller.rb
Normal file
5
app/controllers/sdg_management/homepage_controller.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class SDGManagement::HomepageController < SDGManagement::BaseController
|
||||
def show
|
||||
@phases = SDG::Phase.accessible_by(current_ability).order(:kind)
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user