summaryrefslogtreecommitdiff
path: root/app/helpers
diff options
context:
space:
mode:
authorLukas Eipert <leipert@gitlab.com>2018-05-16 11:16:33 +0000
committerFilipa Lacerda <filipa@gitlab.com>2018-05-16 11:16:33 +0000
commit762672fd26a0ae804e57376587b16b99cb3a32a1 (patch)
treec777983cd3c3405ff5efd3714ff4803c9a08ceed /app/helpers
parentf05ff2d93d111c39613a2c928dc1dc809d7e2c5d (diff)
downloadgitlab-ce-762672fd26a0ae804e57376587b16b99cb3a32a1.tar.gz
Project Sidebar: Split CI/CD into CI/CD and Operations
Diffstat (limited to 'app/helpers')
-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