mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-12 06:06:05 +10:00
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Conflicts: LICENSE VERSION app/controllers/omniauth_callbacks_controller.rb app/helpers/application_helper.rb app/helpers/merge_requests_helper.rb app/models/group.rb app/models/project.rb app/models/project_team.rb app/views/admin/groups/edit.html.haml app/views/groups/_projects.html.haml app/views/groups/edit.html.haml db/schema.rb doc/install/installation.md doc/integration/README.md lib/gitlab/git_access.rb lib/gitlab/markdown.rb spec/helpers/merge_requests_helper.rb spec/models/merge_request_spec.rb
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
%ul.nav.nav-pills.nav-stacked.nav-stacked-menu.append-bottom-20.project-settings-nav
|
|
= nav_link(path: 'projects#edit') do
|
|
= link_to edit_project_path(@project), class: "stat-tab tab " do
|
|
%i.icon-edit
|
|
Project
|
|
= nav_link(controller: [:team_members, :teams]) do
|
|
= link_to project_team_index_path(@project), class: "team-tab tab" do
|
|
%i.icon-group
|
|
Members
|
|
= nav_link(controller: :group_links) do
|
|
= link_to project_group_links_path(@project) do
|
|
%i.icon-share
|
|
Groups
|
|
= nav_link(controller: :deploy_keys) do
|
|
= link_to project_deploy_keys_path(@project) do
|
|
%i.icon-key
|
|
Deploy Keys
|
|
= nav_link(controller: :hooks) do
|
|
= link_to project_hooks_path(@project) do
|
|
%i.icon-link
|
|
Web Hooks
|
|
= nav_link(controller: :git_hooks) do
|
|
= link_to project_git_hooks_path(@project) do
|
|
%i.icon-upload
|
|
Git Hooks
|
|
= nav_link(controller: :services) do
|
|
= link_to project_services_path(@project) do
|
|
%i.icon-cogs
|
|
Services
|
|
= nav_link(controller: :protected_branches) do
|
|
= link_to project_protected_branches_path(@project) do
|
|
%i.icon-lock
|
|
Protected branches
|