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-09-11 16:46:53 +0300
committerTim Zallmann <tzallmann@gitlab.com>2017-09-12 12:19:06 +0300
commitda0df236543beac96f845cacdfb9d77d69cc23cf (patch)
tree685167818185d5c45b8fd3455fa1747e465e92e3 /app/serializers
parentcc5ccb74ec56934fd7956792af7cedef92791168 (diff)
Implemented the new Description Content
Diffstat (limited to 'app/serializers')
-rw-r--r--app/serializers/build_details_entity.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/serializers/build_details_entity.rb b/app/serializers/build_details_entity.rb
index 1e90bef0778..8c89eea607f 100644
--- a/app/serializers/build_details_entity.rb
+++ b/app/serializers/build_details_entity.rb
@@ -33,7 +33,7 @@ class BuildDetailsEntity < JobEntity
def build_failed_issue_options
{ title: "Job Failed ##{build.id}",
- description: project_job_url(project, build) }
+ description: "Job [##{build.id}](#{project_job_path(project, build)}) failed for #{build.sha}:\n" }
end
def current_user