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:
Diffstat (limited to 'app/helpers/ci/builds_helper.rb')
-rw-r--r--app/helpers/ci/builds_helper.rb9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/helpers/ci/builds_helper.rb b/app/helpers/ci/builds_helper.rb
index 8a00c0f3eb0..001b316fcf2 100644
--- a/app/helpers/ci/builds_helper.rb
+++ b/app/helpers/ci/builds_helper.rb
@@ -9,15 +9,6 @@ module Ci
build_class.join(' ')
end
- def javascript_build_options
- {
- page_path: project_job_path(@project, @build),
- build_status: @build.status,
- build_stage: @build.stage_name,
- log_state: ''
- }
- end
-
def build_failed_issue_options
{
title: _("Job Failed #%{build_id}") % { build_id: @build.id },