BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
00cb8237
Commit
00cb8237
authored
Feb 24, 2017
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '28366-renamed-file-tooltip-contains-html' into 'master'
Resolve "Renamed file tooltip contains html" Closes #28366 See merge request !9374
parents
9f6660b1
50cfaf0e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
_file_header.html.haml
app/views/projects/diffs/_file_header.html.haml
+2
-2
28366-renamed-file-tooltip-contains-html.yml
...s/unreleased/28366-renamed-file-tooltip-contains-html.yml
+4
-0
No files found.
app/views/projects/diffs/_file_header.html.haml
View file @
00cb8237
...
...
@@ -10,10 +10,10 @@
-
if
diff_file
.
renamed_file
-
old_path
,
new_path
=
mark_inline_diffs
(
diff_file
.
old_path
,
diff_file
.
new_path
)
%strong
.file-title-name.has-tooltip
{
data:
{
title:
old_path
,
container:
'body'
}
}
%strong
.file-title-name.has-tooltip
{
data:
{
title:
diff_file
.
old_path
,
container:
'body'
}
}
=
old_path
→
%strong
.file-title-name.has-tooltip
{
data:
{
title:
new_path
,
container:
'body'
}
}
%strong
.file-title-name.has-tooltip
{
data:
{
title:
diff_file
.
new_path
,
container:
'body'
}
}
=
new_path
-
else
%strong
.file-title-name.has-tooltip
{
data:
{
title:
diff_file
.
new_path
,
container:
'body'
}
}
...
...
changelogs/unreleased/28366-renamed-file-tooltip-contains-html.yml
0 → 100644
View file @
00cb8237
---
title
:
Remove markup that was showing in tooltip for renamed files
merge_request
:
9374
author
:
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