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
50cfaf0e
Commit
50cfaf0e
authored
8 years ago
by
Sam Rose
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove markup showing in tooltip for renamed files in diff view
parent
c89449e6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
app/views/projects/diffs/_file_header.html.haml
app/views/projects/diffs/_file_header.html.haml
+2
-2
changelogs/unreleased/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 @
50cfaf0e
...
...
@@ -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'
}
}
...
...
This diff is collapsed.
Click to expand it.
changelogs/unreleased/28366-renamed-file-tooltip-contains-html.yml
0 → 100644
View file @
50cfaf0e
---
title
:
Remove markup that was showing in tooltip for renamed files
merge_request
:
9374
author
:
This diff is collapsed.
Click to expand it.
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