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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Eipert <leipert@gitlab.com>2018-05-16 14:16:33 +0300
committerFilipa Lacerda <filipa@gitlab.com>2018-05-16 14:16:33 +0300
commit762672fd26a0ae804e57376587b16b99cb3a32a1 (patch)
treec777983cd3c3405ff5efd3714ff4803c9a08ceed /app/helpers/projects_helper.rb
parentf05ff2d93d111c39613a2c928dc1dc809d7e2c5d (diff)
Project Sidebar: Split CI/CD into CI/CD and Operations
Diffstat (limited to 'app/helpers/projects_helper.rb')
-rw-r--r--app/helpers/projects_helper.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/helpers/projects_helper.rb b/app/helpers/projects_helper.rb
index eb81dc2de43..fa54eafd3a3 100644
--- a/app/helpers/projects_helper.rb
+++ b/app/helpers/projects_helper.rb
@@ -257,6 +257,7 @@ module ProjectsHelper
if project.builds_enabled? && can?(current_user, :read_pipeline, project)
nav_tabs << :pipelines
+ nav_tabs << :operations
end
if project.external_issue_tracker