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:
authorTomasz Maczukin <tomasz@maczukin.pl>2016-04-17 00:32:18 +0300
committerTomasz Maczukin <tomasz@maczukin.pl>2016-04-20 00:17:49 +0300
commit27d1349f2b2a909565073ef144acc51295313f50 (patch)
treeb8dccf84b88bb5731c3980a9add60ab2284601e5 /app/views/projects/builds
parentc3cc3320805af4f86a1304ace787ec56102e2204 (diff)
Add raw trace output for GitLab Workhorse
Diffstat (limited to 'app/views/projects/builds')
-rw-r--r--app/views/projects/builds/show.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/projects/builds/show.html.haml b/app/views/projects/builds/show.html.haml
index aa8827b5ac8..bacfa594ba0 100644
--- a/app/views/projects/builds/show.html.haml
+++ b/app/views/projects/builds/show.html.haml
@@ -127,6 +127,9 @@
data: { confirm: 'Are you sure you want to erase this build?' } do
= icon('eraser')
Erase
+ - if @build.has_trace?
+ = link_to 'Raw', raw_namespace_project_build_path(@project.namespace, @project, @build),
+ class: 'btn btn-sm btn-success', target: '_blank'
.clearfix
- if @build.duration