34974258bc
This hides/disables some UI elements and API parameters related to nested groups when MySQL is used, since nested groups are not supported for MySQL.
8 lines
264 B
Text
8 lines
264 B
Text
%ul.nav-links
|
|
= nav_link(page: group_path(@group)) do
|
|
= link_to group_path(@group) do
|
|
Projects
|
|
- if Group.supports_nested_groups?
|
|
= nav_link(page: subgroups_group_path(@group)) do
|
|
= link_to subgroups_group_path(@group) do
|
|
Subgroups
|