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:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-05-24 20:16:37 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-05-24 20:16:37 +0300
commit4c058fc429a4173e033a4babcb379c52b5ed13e3 (patch)
tree23385d548aabf51bfd21405bd27ede0f4ae1e748 /app/views/projects/pipelines
parentb2c411710d80a8d801876ec406f1c6035cc5b23f (diff)
Remove icons from tables; remove timestamp from pipelines, remove info block at top of pipelines
Diffstat (limited to 'app/views/projects/pipelines')
-rw-r--r--app/views/projects/pipelines/index.html.haml10
1 files changed, 1 insertions, 9 deletions
diff --git a/app/views/projects/pipelines/index.html.haml b/app/views/projects/pipelines/index.html.haml
index 4e2e8190700..a6c12814adf 100644
--- a/app/views/projects/pipelines/index.html.haml
+++ b/app/views/projects/pipelines/index.html.haml
@@ -36,14 +36,6 @@
= icon('wrench')
%span CI Lint
-.row-content-block
- - if @scope == 'running'
- Running pipelines for this project
- - elsif @scope.nil?
- Pipelines for this project
- - else
- #{@scope.titleize} for this project
-
%ul.content-list.pipelines
- stages = @pipelines.stages
- if @pipelines.blank?
@@ -59,7 +51,7 @@
%th.stage
%span.has-tooltip{ title: "#{stage.titleize}" }
= stage.titleize.pluralize
- %th
+ %th Duration
%th
= render @pipelines, commit_sha: true, stage: true, allow_retry: true, stages: stages