summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Mazetto <brodock@gmail.com>2018-12-20 17:44:27 +0100
committerGabriel Mazetto <brodock@gmail.com>2019-01-25 20:26:35 +0100
commit07a196be3dca5125454262bb96967d5895081c56 (patch)
tree9d5446f9998fd30a30f08f032dd0f71a9d499d6f
parent245284aa5a3cc0f5e43df63191126b1cb4938053 (diff)
downloadgitlab-ce-07a196be3dca5125454262bb96967d5895081c56.tar.gz
Remove "Experimental" text from Hashed Storage settings page
-rw-r--r--app/views/admin/application_settings/_repository_storage.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/admin/application_settings/_repository_storage.html.haml b/app/views/admin/application_settings/_repository_storage.html.haml
index c6c29ed1f21..7a2bbfcdc4d 100644
--- a/app/views/admin/application_settings/_repository_storage.html.haml
+++ b/app/views/admin/application_settings/_repository_storage.html.haml
@@ -11,7 +11,6 @@
.form-text.text-muted
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
= f.label :repository_storages, 'Storage paths for new projects', class: 'label-bold'
= f.select :repository_storages, repository_storages_options_for_select(@application_setting.repository_storages),