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
99b2a5a2
Commit
99b2a5a2
authored
Feb 27, 2019
by
Scott Hampton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove extraneous data attribute
I had `html: true` as a data attribute, but the tooltip was just text.
parent
871ca1e5
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/views/ci/status/_icon.html.haml
app/views/ci/status/_icon.html.haml
+2
-2
No files found.
app/views/ci/status/_icon.html.haml
View file @
99b2a5a2
...
@@ -9,8 +9,8 @@
...
@@ -9,8 +9,8 @@
-
title
=
s_
(
"PipelineStatusTooltip|Commit: %{ci_status}"
)
%
{
ci_status:
status
.
label
}
-
title
=
s_
(
"PipelineStatusTooltip|Commit: %{ci_status}"
)
%
{
ci_status:
status
.
label
}
-
if
path
-
if
path
=
link_to
path
,
class:
css_classes
,
title:
title
,
data:
{
html:
true
,
placement:
tooltip_placement
}
do
=
link_to
path
,
class:
css_classes
,
title:
title
,
data:
{
placement:
tooltip_placement
}
do
=
sprite_icon
(
status
.
icon
,
size:
size
)
=
sprite_icon
(
status
.
icon
,
size:
size
)
-
else
-
else
%span
{
class:
css_classes
,
title:
title
,
data:
{
html:
true
,
placement:
tooltip_placement
}
}
%span
{
class:
css_classes
,
title:
title
,
data:
{
placement:
tooltip_placement
}
}
=
sprite_icon
(
status
.
icon
,
size:
size
)
=
sprite_icon
(
status
.
icon
,
size:
size
)
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