diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-07-11 08:38:27 -0500 |
---|---|---|
committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-07-12 14:50:57 -0500 |
commit | 16fda5f19c2c0fb63105d7cf122360a0afaa29ca (patch) | |
tree | 296d40a6c18706217df48a12a4639371fcbe24b1 /app/views/projects/builds | |
parent | a87a0ffd4429d794644c36ed84e1389ff2922895 (diff) | |
download | gitlab-ce-16fda5f19c2c0fb63105d7cf122360a0afaa29ca.tar.gz |
Update builds page
Diffstat (limited to 'app/views/projects/builds')
-rw-r--r-- | app/views/projects/builds/index.html.haml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/app/views/projects/builds/index.html.haml b/app/views/projects/builds/index.html.haml index 381b3754cd5..85c31dfd918 100644 --- a/app/views/projects/builds/index.html.haml +++ b/app/views/projects/builds/index.html.haml @@ -36,7 +36,7 @@ = link_to ci_lint_path, class: 'btn btn-default' do %span CI Lint - %ul.content-list + %ul.content-list.builds-content-list - if @builds.blank? %li .nothing-here-block No builds to show @@ -46,14 +46,10 @@ %thead %tr %th Status - %th Build ID %th Commit - %th Ref %th Stage %th Name - %th Tags - %th Duration - %th Finished at + %th - if @project.build_coverage_enabled? %th Coverage %th |