summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2016-09-28 10:22:08 -0500
committerFatih Acet <acetfatih@gmail.com>2016-09-29 13:21:38 +0300
commit666762f2ded91d10d5dece3c47bf208c792d5d28 (patch)
tree4492b6827a490b970b4066b935d64957b2e26d09
parentf78c86bbd5c0220e9b408501550a0bfe8f1b5245 (diff)
downloadgitlab-ce-666762f2ded91d10d5dece3c47bf208c792d5d28.tar.gz
fix typo "this files" -> "this file"
-rw-r--r--app/views/projects/diffs/_file.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/diffs/_file.html.haml b/app/views/projects/diffs/_file.html.haml
index 1a51ccd4c7d..d07de45fdde 100644
--- a/app/views/projects/diffs/_file.html.haml
+++ b/app/views/projects/diffs/_file.html.haml
@@ -5,7 +5,7 @@
- unless diff_file.submodule?
.file-actions.hidden-xs
- if blob_text_viewable?(blob)
- = link_to '#', class: 'js-toggle-diff-comments btn active has-tooltip btn-file-option', title: "Toggle comments for this files", disabled: @diff_notes_disabled do
+ = link_to '#', class: 'js-toggle-diff-comments btn active has-tooltip btn-file-option', title: "Toggle comments for this file", disabled: @diff_notes_disabled do
= icon('comment')
\