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:
authorImre Farkas <ifarkas@gitlab.com>2019-06-17 18:20:43 +0300
committerDouwe Maan <douwe@gitlab.com>2019-06-17 18:20:43 +0300
commit1ac1f1f63bc0f209fd1dde06c99cab754fd42f6b (patch)
tree20b09ada122eba9d307ffde51d70982259e02732 /app/views/groups
parent63043b6fb67bbc69981f4a36b046d56585975501 (diff)
CE port of IP address restriction for groups
Diffstat (limited to 'app/views/groups')
-rw-r--r--app/views/groups/settings/_permissions.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/groups/settings/_permissions.html.haml b/app/views/groups/settings/_permissions.html.haml
index 0a14830c666..0da1f1ba7f5 100644
--- a/app/views/groups/settings/_permissions.html.haml
+++ b/app/views/groups/settings/_permissions.html.haml
@@ -17,6 +17,7 @@
%br
%span.descr.text-muted= share_with_group_lock_help_text(@group)
+ = render_if_exists 'groups/settings/ip_restriction', f: f, group: @group
= render 'groups/settings/lfs', f: f
= render 'groups/settings/project_creation_level', f: f, group: @group
= render 'groups/settings/two_factor_auth', f: f