diff options
author | Saito <saitowu@gmail.com> | 2012-11-09 01:41:07 +0800 |
---|---|---|
committer | Saito <saitowu@gmail.com> | 2012-11-09 01:41:07 +0800 |
commit | f1ac2a616bedc2941bc7f67e2ac25e915da2ddb2 (patch) | |
tree | 9b90978fd0bcb67d5a359efbc71ded8ceb4333c0 /app/views/tree/edit.html.haml | |
parent | 96211b01a86c0f147dda88f336e9443c94f46ea4 (diff) | |
download | gitlab-ce-f1ac2a616bedc2941bc7f67e2ac25e915da2ddb2.tar.gz |
remove encode lib, clean all encoded area.
Diffstat (limited to 'app/views/tree/edit.html.haml')
-rw-r--r-- | app/views/tree/edit.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/tree/edit.html.haml b/app/views/tree/edit.html.haml index fdd334a3abe..a14a15b03ca 100644 --- a/app/views/tree/edit.html.haml +++ b/app/views/tree/edit.html.haml @@ -4,7 +4,7 @@ .file_title %i.icon-file %span.file_name - = "#{@tree.path.force_encoding('utf-8')} (#{@ref})" + = "#{@tree.path} (#{@ref})" .file_content.code #editor= @tree.data |