Skip to content
Snippets Groups Projects
Commit 2a830f87 authored by Sean McGivern's avatar Sean McGivern
Browse files

Merge branch 'filename-to-file-path' into 'master'

Rename filename to file path in tooltip of file header in merge request diff

See merge request !8314
parents fe600794 d56d2a02
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
---
title: Rename filename to file path in tooltip of file header in merge request diff
merge_request: 8314
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment