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
c2deaa7e
Commit
c2deaa7e
authored
Oct 04, 2016
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move hidden class to graph itself; remove background color from play node & align icon
parent
5defad2d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
6 deletions
+5
-6
app/assets/javascripts/pipeline.js.es6
app/assets/javascripts/pipeline.js.es6
+1
-1
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+2
-3
app/views/projects/commit/_pipeline.html.haml
app/views/projects/commit/_pipeline.html.haml
+2
-2
No files found.
app/assets/javascripts/pipeline.js.es6
View file @
c2deaa7e
...
...
@@ -31,7 +31,7 @@
if ($('.build', $this).length === 1) $this.addClass('no-margin');
});
}
$('.pipeline-graph
-container
').removeClass('hidden');
$('.pipeline-graph').removeClass('hidden');
}
}
...
...
app/assets/stylesheets/pages/pipelines.scss
View file @
c2deaa7e
...
...
@@ -359,11 +359,10 @@
}
&
.playable
{
background-color
:
$gray-light
;
svg
{
height
:
1
2
px
;
width
:
12
px
;
height
:
1
3
px
;
width
:
20
px
;
position
:
relative
;
top
:
1px
;
...
...
app/views/projects/commit/_pipeline.html.haml
View file @
c2deaa7e
.pipeline-graph-container
.hidden
.pipeline-graph-container
.row-content-block.build-content.middle-block.pipeline-actions
.pull-right
.btn.btn-grouped.btn-white.toggle-pipeline-btn
...
...
@@ -28,7 +28,7 @@
in
=
time_interval_in_words
pipeline
.
duration
.row-content-block.build-content.middle-block.pipeline-graph
.row-content-block.build-content.middle-block.pipeline-graph
.hidden
.pipeline-visualization
%ul
.stage-column-list
-
stages
=
pipeline
.
stages_with_latest_statuses
...
...
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