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

_settings_head.html.haml « groups « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2454e7355a71d7218827703b3ab3c5803658f3f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
= content_for :sub_nav do
  .scrolling-tabs-container.sub-nav-scroll
    = render 'shared/nav_scroll'
    .nav-links.sub-nav.scrolling-tabs
      %ul{ class: container_class }
        = nav_link(path: 'groups#edit') do
          = link_to edit_group_path(@group), title: 'General' do
            %span
              General

        = nav_link(path: 'groups#projects') do
          = link_to projects_group_path(@group), title: 'Projects' do
            %span
              Projects