summaryrefslogtreecommitdiff
path: root/app/views/admin/application_settings/_form.html.haml
diff options
context:
space:
mode:
authorGabriel Mazetto <brodock@gmail.com>2017-08-09 08:41:32 +0200
committerGabriel Mazetto <brodock@gmail.com>2017-08-22 06:33:20 +0200
commitfff5ebdcae6794de35f8eaff15217d8643c83686 (patch)
tree178ffe67551e78ec99e5d2df001bbcc93d96a9c3 /app/views/admin/application_settings/_form.html.haml
parent95a270c87104e1225d4c29a54611f5e4f7a76b56 (diff)
downloadgitlab-ce-fff5ebdcae6794de35f8eaff15217d8643c83686.tar.gz
Removed some useless code, codestyle changes and removed an index
Diffstat (limited to 'app/views/admin/application_settings/_form.html.haml')
-rw-r--r--app/views/admin/application_settings/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/application_settings/_form.html.haml b/app/views/admin/application_settings/_form.html.haml
index 124bbebbb78..959af5c0d13 100644
--- a/app/views/admin/application_settings/_form.html.haml
+++ b/app/views/admin/application_settings/_form.html.haml
@@ -499,7 +499,7 @@
= f.check_box :hashed_storage_enabled
Create new projects using hashed storage paths
.help-block
- Enable immutable, hash based paths and repository names to store repositories on disk. This prevents
+ Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents
repositories from having to be moved or renamed when the Project URL changes and may improve disk I/O performance.
%em (EXPERIMENTAL)
.form-group