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:
authorTim Zallmann <tzallmann@gitlab.com>2017-08-24 19:32:23 +0300
committerTim Zallmann <tzallmann@gitlab.com>2017-09-12 12:19:06 +0300
commitaecc6600bdbe472d5b8e67d275d049ed384c9a31 (patch)
treec24a1698d3994b38d6496c84c5717ab5cce3ea64 /app/helpers
parent5d3f7b133fba9bba876da5ef13c630320a920e3f (diff)
Fixed the URL + renamed to Job Failed
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/builds_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/builds_helper.rb b/app/helpers/builds_helper.rb
index 85bc784d53c..aa3a9a055a0 100644
--- a/app/helpers/builds_helper.rb
+++ b/app/helpers/builds_helper.rb
@@ -30,7 +30,7 @@ module BuildsHelper
def build_failed_issue_options
{
- title: "Build Failed ##{@build.id}",
+ title: "Job Failed ##{@build.id}",
description: project_job_url(@project, @build)
}
end