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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-07-13 18:07:15 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-13 18:07:15 +0300
commitf62886ebffeda00b6972f1644097a6b9f5016453 (patch)
tree1626fb8ad823b781d2e0164211cc7a6a9633edc2 /app/controllers/projects
parentda104bbfec951988c5da3aa495091a31b7312aac (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers/projects')
-rw-r--r--app/controllers/projects/tracing_controller.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/controllers/projects/tracing_controller.rb b/app/controllers/projects/tracing_controller.rb
index 71ca03deb8c..d1218ebf344 100644
--- a/app/controllers/projects/tracing_controller.rb
+++ b/app/controllers/projects/tracing_controller.rb
@@ -8,10 +8,7 @@ module Projects
before_action :check_tracing_enabled
- def index
- # TODO frontend changes coming separately https://gitlab.com/gitlab-org/gitlab/-/merge_requests/125014
- render html: helpers.tag.strong('Tracing')
- end
+ def index; end
private