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/serializers
parent5d3f7b133fba9bba876da5ef13c630320a920e3f (diff)
Fixed the URL + renamed to Job Failed
Diffstat (limited to 'app/serializers')
-rw-r--r--app/serializers/build_details_entity.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/serializers/build_details_entity.rb b/app/serializers/build_details_entity.rb
index 743a08acefe..1e90bef0778 100644
--- a/app/serializers/build_details_entity.rb
+++ b/app/serializers/build_details_entity.rb
@@ -32,8 +32,8 @@ class BuildDetailsEntity < JobEntity
private
def build_failed_issue_options
- { title: "Build Failed ##{build.id}",
- description: project_job_path(project, build) }
+ { title: "Job Failed ##{build.id}",
+ description: project_job_url(project, build) }
end
def current_user