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
Tatuya Kamada
gitlab-ce
Commits
4e9783e4
Commit
4e9783e4
authored
Oct 11, 2016
by
Annabel Dunstone Gray
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Allow scrolling within grouped pipelines
parent
dd11c8f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
6 deletions
+11
-6
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+5
-1
app/views/projects/commit/_pipeline_status_group.html.haml
app/views/projects/commit/_pipeline_status_group.html.haml
+6
-5
No files found.
app/assets/stylesheets/pages/pipelines.scss
View file @
4e9783e4
...
...
@@ -420,7 +420,11 @@
left
:
auto
;
right
:
-197px
;
top
:
-9px
;
max-height
:
245px
;
ul
{
max-height
:
245px
;
overflow
:
auto
;
}
a
{
color
:
$gl-text-color
;
...
...
app/views/projects/commit/_pipeline_status_group.html.haml
View file @
4e9783e4
...
...
@@ -5,8 +5,9 @@
%span
.ci-status-text
=
name
%span
.badge
=
subject
.
size
%ul
.dropdown-menu.grouped-pipeline-dropdown
%li
.arrow
-
subject
.
each
do
|
status
|
%li
=
render
"projects/
#{
status
.
to_partial_path
}
_pipeline"
,
subject:
status
.dropdown-menu.grouped-pipeline-dropdown
.arrow
%ul
-
subject
.
each
do
|
status
|
%li
=
render
"projects/
#{
status
.
to_partial_path
}
_pipeline"
,
subject:
status
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