Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
Commits
65925e69
Commit
65925e69
authored
May 24, 2016
by
Annabel Dunstone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove top block from builds page
parent
4c058fc4
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
5 deletions
+0
-5
app/views/admin/builds/index.html.haml
app/views/admin/builds/index.html.haml
+0
-1
app/views/projects/builds/index.html.haml
app/views/projects/builds/index.html.haml
+0
-3
spec/features/builds_spec.rb
spec/features/builds_spec.rb
+0
-1
No files found.
app/views/admin/builds/index.html.haml
View file @
65925e69
...
...
@@ -47,4 +47,3 @@
=
render
"admin/builds/build"
,
build:
build
=
paginate
@builds
,
theme:
'gitlab'
app/views/projects/builds/index.html.haml
View file @
65925e69
...
...
@@ -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
...
...
spec/features/builds_spec.rb
View file @
65925e69
...
...
@@ -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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment