Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_show_nav.html.haml « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 35b75bc09237c9fcd60b45410d364ae8d5ede93e (plain)
1
2
3
4
5
6
7
8
%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