Files
nairobi/app/components/sdg_management/menu_component.html.erb
Javi Martín 55d2cfe5b1 Use link list helper in admin menus
For now we're not including lists with nested lists.
2020-12-07 15:28:56 +01:00

10 lines
164 B
Plaintext

<%= link_list(
[
t("sdg_management.menu.sdg_content"),
sdg_management_goals_path,
sdg?,
class: "goals-link"
],
class: "sdg-content-menu"
) %>