diff options
author | Victor Wu <victor@gitlab.com> | 2016-12-26 23:15:10 +0000 |
---|---|---|
committer | Victor Wu <victor@gitlab.com> | 2016-12-26 23:15:10 +0000 |
commit | b5f3c85458bc49522405e3cc19618df1ab6e6546 (patch) | |
tree | f5bd49c3d63782cca59b9bb3bf11ca3524464351 /app | |
parent | f8bab6108ee80f46863721c41c33f10ee635dc41 (diff) | |
download | gitlab-ce-b5f3c85458bc49522405e3cc19618df1ab6e6546.tar.gz |
Rename filename to file path in tooltip of file header in merge request diff
Diffstat (limited to 'app')
-rw-r--r-- | app/views/projects/diffs/_file_header.html.haml | 2 |
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 |