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:
authorKatarzyna Kobierska <kkobierska@gmail.com>2016-09-01 11:02:01 +0300
committerKatarzyna Kobierska <kkobierska@gmail.com>2016-09-13 10:05:07 +0300
commit0c14eaa6de4ce1c44d98581714b9c99f4e3045be (patch)
treed550df0ac26c3624c32a29bfccf88b89662a966a /app/views/projects/ci/builds/_build.html.haml
parent21976091175598b590f4f9306d812280ba9f4c28 (diff)
Liken admin and project builds views to each other
Diffstat (limited to 'app/views/projects/ci/builds/_build.html.haml')
-rw-r--r--app/views/projects/ci/builds/_build.html.haml7
1 files changed, 3 insertions, 4 deletions
diff --git a/app/views/projects/ci/builds/_build.html.haml b/app/views/projects/ci/builds/_build.html.haml
index 73de8abe55b..68c938d67d5 100644
--- a/app/views/projects/ci/builds/_build.html.haml
+++ b/app/views/projects/ci/builds/_build.html.haml
@@ -52,12 +52,11 @@
- else
.light none
- - if defined?(stage) && stage
- %td
- = build.stage
+ %td
+ #{build.stage}
%td
- = build.name
+ #{build.name}
%td
- if build.duration