summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Wu <victor@gitlab.com>2016-12-26 23:15:10 +0000
committerVictor Wu <victor@gitlab.com>2016-12-26 23:15:10 +0000
commitb5f3c85458bc49522405e3cc19618df1ab6e6546 (patch)
treef5bd49c3d63782cca59b9bb3bf11ca3524464351
parentf8bab6108ee80f46863721c41c33f10ee635dc41 (diff)
downloadgitlab-ce-b5f3c85458bc49522405e3cc19618df1ab6e6546.tar.gz
Rename filename to file path in tooltip of file header in merge request diff
-rw-r--r--app/views/projects/diffs/_file_header.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/diffs/_file_header.html.haml b/app/views/projects/diffs/_file_header.html.haml
index d3ed8e1bf38..90c9a0c6c2b 100644
--- a/app/views/projects/diffs/_file_header.html.haml
+++ b/app/views/projects/diffs/_file_header.html.haml
@@ -21,7 +21,7 @@
- if diff_file.deleted_file
deleted
- = clipboard_button(clipboard_text: diff_file.new_path, class: 'btn-clipboard btn-transparent prepend-left-5', title: 'Copy filename to clipboard')
+ = clipboard_button(clipboard_text: diff_file.new_path, class: 'btn-clipboard btn-transparent prepend-left-5', title: 'Copy file path to clipboard')
- if diff_file.mode_changed?
%small