summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorImre Farkas <ifarkas@gitlab.com>2019-06-17 15:20:43 +0000
committerDouwe Maan <douwe@gitlab.com>2019-06-17 15:20:43 +0000
commit1ac1f1f63bc0f209fd1dde06c99cab754fd42f6b (patch)
tree20b09ada122eba9d307ffde51d70982259e02732 /app/views
parent63043b6fb67bbc69981f4a36b046d56585975501 (diff)
downloadgitlab-ce-1ac1f1f63bc0f209fd1dde06c99cab754fd42f6b.tar.gz
CE port of IP address restriction for groups
Diffstat (limited to 'app/views')
-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