Commit 3b37d001 authored by Marin Jankovski's avatar Marin Jankovski

Resolve conflict in account_and_limit

parent 6b43ef13
...@@ -49,7 +49,6 @@ ...@@ -49,7 +49,6 @@
= f.label :user_show_add_ssh_key_message, class: 'form-check-label' do = f.label :user_show_add_ssh_key_message, class: 'form-check-label' do
Inform users without uploaded SSH keys that they can't push over SSH until one is added Inform users without uploaded SSH keys that they can't push over SSH until one is added
<<<<<<< HEAD
- if ::Gitlab.dev_env_or_com? - if ::Gitlab.dev_env_or_com?
.form-group .form-group
= f.label :check_namespace_plan, 'Check feature availability on namespace plan', class: 'label-bold' = f.label :check_namespace_plan, 'Check feature availability on namespace plan', class: 'label-bold'
...@@ -59,6 +58,4 @@ ...@@ -59,6 +58,4 @@
Enabling this will only make licensed EE features available to projects if the project namespace's plan Enabling this will only make licensed EE features available to projects if the project namespace's plan
includes the feature or if the project is public. includes the feature or if the project is public.
=======
>>>>>>> upstream/master
= f.submit 'Save changes', class: 'btn btn-success qa-save-changes-button' = f.submit 'Save changes', class: 'btn btn-success qa-save-changes-button'
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