Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-17 23:11:41 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-17 23:11:41 +0400
commit2cd3d421817a225dcd6068ce9aeac0689b5b97f0 (patch)
treee2e83bab397fbd0afd73b2a1fd20907f310db175 /app/views/projects/new.html.haml
parent164f9d876083db94c47185ddcd11c40cde08ea01 (diff)
Use gitlab_config intead of Gitlab.config.gitlab in views
Diffstat (limited to 'app/views/projects/new.html.haml')
-rw-r--r--app/views/projects/new.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml
index 0213576927b..980b3783a1c 100644
--- a/app/views/projects/new.html.haml
+++ b/app/views/projects/new.html.haml
@@ -51,7 +51,7 @@
= f.label :public do
%span Public project
.controls
- = f.check_box :public, { checked: Gitlab.config.gitlab.default_projects_features.public }, true, false
+ = f.check_box :public, { checked: gitlab_config.default_projects_features.public }, true, false
%span.help-inline Make project visible to everyone
.form-actions