Commit 8922d8c6 authored by Sean McGivern's avatar Sean McGivern

Merge branch 'dm-check-namespace-plan-checkbox' into 'master'

Display 'Check namespace plan' checkbox in admin area on GitLab.com, staging, or in development

See merge request !2750
parents f493f885 2dc38c5f
......@@ -106,7 +106,7 @@
= f.check_box :user_default_external
Newly registered users will by default be external
- if current_application_settings.should_check_namespace_plan?
- if ::Gitlab.dev_env_or_com?
.form-group
= f.label :check_namespace_plan, 'Check feature availability on namespace plan', class: 'control-label col-sm-2'
.col-sm-10
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment