Add SDG content section
This commit is contained in:
7
app/components/sdg_management/menu_component.rb
Normal file
7
app/components/sdg_management/menu_component.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
class SDGManagement::MenuComponent < ApplicationComponent
|
||||
private
|
||||
|
||||
def sdg?
|
||||
controller_name == "goals"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user