Skip to content
Snippets Groups Projects
Commit 65925e69 authored by Annabel Dunstone's avatar Annabel Dunstone
Browse files

Remove top block from builds page

parent 4c058fc4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -47,4 +47,3 @@
= render "admin/builds/build", build: build
 
= paginate @builds, theme: 'gitlab'
Loading
Loading
@@ -35,9 +35,6 @@
= icon('wrench')
%span CI Lint
 
.row-content-block
#{(@scope || 'all').capitalize} builds from this project
%ul.content-list
- if @builds.blank?
%li
Loading
Loading
Loading
Loading
@@ -43,7 +43,6 @@ describe "Builds" do
end
 
it { expect(page).to have_selector('.nav-links li.active', text: 'All') }
it { expect(page).to have_selector('.row-content-block', text: 'All builds from this project') }
it { expect(page).to have_content @build.short_sha }
it { expect(page).to have_content @build.ref }
it { expect(page).to have_content @build.name }
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment