summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorRuben Davila <rdavila84@gmail.com>2017-02-14 18:42:17 -0500
committerRuben Davila <rdavila84@gmail.com>2017-02-14 18:42:17 -0500
commit872a530b9b57f53847e28ef4c0203b419582bb2d (patch)
tree02a103e28c193476bbbeac7af065b1454223037d /app
parent84203916dc39dca475fb6b751feaeb9025ce50e4 (diff)
downloadgitlab-ce-872a530b9b57f53847e28ef4c0203b419582bb2d.tar.gz
Remove extra CRLF at the end of the line
Diffstat (limited to 'app')
-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 af9db29e264..1dbfe830d52 100644
--- a/app/views/projects/diffs/_file_header.html.haml
+++ b/app/views/projects/diffs/_file_header.html.haml
@@ -17,7 +17,7 @@
= new_path
- else
%strong.file-title-name.has-tooltip{ data: { title: diff_file.new_path, container: 'body' } }
- = diff_file.new_path
+ = diff_file.new_path
- if diff_file.deleted_file
deleted