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
Léo-Paul Géneau
gitlab-ce
Commits
0272d968
Commit
0272d968
authored
Aug 26, 2016
by
Clement Ho
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove redundant pipeline tooltips
parent
51087cfa
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
CHANGELOG
CHANGELOG
+1
-0
app/views/projects/commit/_pipelines_list.haml
app/views/projects/commit/_pipelines_list.haml
+4
-1
app/views/projects/pipelines/index.html.haml
app/views/projects/pipelines/index.html.haml
+4
-1
No files found.
CHANGELOG
View file @
0272d968
...
...
@@ -26,6 +26,7 @@ v 8.12.0 (unreleased)
- Fix markdown help references (ClemMakesApps)
- Added tests for diff notes
- Add a button to download latest successful artifacts for branches and tags !5142
- Remove redundant pipeline tooltips (ClemMakesApps)
- Add delimiter to project stars and forks count (ClemMakesApps)
- Fix badge count alignment (ClemMakesApps)
- Fix branch title trailing space on hover (ClemMakesApps)
...
...
app/views/projects/commit/_pipelines_list.haml
View file @
0272d968
...
...
@@ -10,7 +10,10 @@
%th
Commit
-
pipelines
.
stages
.
each
do
|
stage
|
%th
.stage
%span
.has-tooltip
{
title:
"#{stage.titleize}"
}
-
if
stage
.
titleize
.
length
>
12
%span
.has-tooltip
{
title:
"#{stage.titleize}"
}
=
stage
.
titleize
-
else
=
stage
.
titleize
%th
%th
...
...
app/views/projects/pipelines/index.html.haml
View file @
0272d968
...
...
@@ -49,7 +49,10 @@
%th
Commit
-
stages
.
each
do
|
stage
|
%th
.stage
%span
.has-tooltip
{
title:
"#{stage.titleize}"
}
-
if
stage
.
titleize
.
length
>
12
%span
.has-tooltip
{
title:
"#{stage.titleize}"
}
=
stage
.
titleize
-
else
=
stage
.
titleize
%th
%th
...
...
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